MCPcopy Create free account

hub / github.com/crypto-org-chain/chain-jslib / functions

Functions857 in github.com/crypto-org-chain/chain-jslib

Methodconstructor
(tmClient: Tendermint37Client, txClient: StargateClient)
lib/src/client/client.ts:70
Methodconstructor
* Creates TxDecoder instance * @constructor
lib/src/utils/txDecoder.ts:27
Methodconstructor
(params: AddressValidationProperties)
lib/src/utils/address.ts:135
Methodconstructor
* Constructor to create Bytes from Uint8Array value * @param {Uint8Array} value * @throws {Error} value is invalid * @returns {Bytes}
lib/src/utils/bytes/bytes.ts:20
Methodconstructor
* Constructor to create a KeyPair * @param {Bytes} privKey private key * @throws {Error} private key is invalid * @returns {Secp256k1Ke
lib/src/keypair/secp256k1.ts:20
Methodconstructor
* Constructor to create a Coin * @param {string} amount coins amount represented as string * @param {Units} unit unit of the coins
lib/src/coin/coin.ts:79
Methodconstructor
* Constructor to create a Coin * @param {string} amount coins amount represented as string * @param {Units} unit unit of the coins
lib/src/coin/v2.coin/v2.coin.ts:89
Methodconstructor
* constructor to create a HDWallet from seed * @param {Bytes} seed seed of the HD wallet * @returns {HDKey}
lib/src/hdkey/hdkey.ts:17
Methodconstructor
* Returns bech32 account address from public key * @param {Secp256k1KeyPair | Bytes} pubKeySource A Secp256k1KeyPair or a compressed public k
lib/src/address/address.ts:20
Methodconstructor
* Constructor to create a SignableTransaction * @param {SignableTransactionParams} params * @returns {SignableTransaction} * @throws {E
lib/src/transaction/signable.ts:48
Methodconstructor
(txRaw: TxRaw)
lib/src/transaction/signed.ts:12
Methodconstructor
* Constructor to create a SignableTransactionV2 * @param {SignableTransactionV2Params} params * @returns {SignableTransactionV2} * @thr
lib/src/transaction/v2.signable.ts:70
Methodconstructor
* Constructor to create a new Transaction * @returns {RawTransaction} * @throws {Error} when options is invalid
lib/src/transaction/raw.ts:46
Methodconstructor
* Constructor to create a new Transaction * @returns {RawTransactionV2} * @throws {Error} when options is invalid
lib/src/transaction/v2.raw.ts:55
Methodconstructor
* Constructor to create a new MsgWithdrawValidatorCommission * @param {MsgWithdrawValidatorCommissionOptions} options * @returns {Ms
lib/src/transaction/msg/distribution/MsgWithdrawValidatorCommission.ts:21
Methodconstructor
* Constructor to create a new MsgSetWithdrawAddress * @param {MsgWithdrawDelegatorRewardOptions} options * @returns {MsgSetWithdrawA
lib/src/transaction/msg/distribution/MsgSetWithdrawAddress.ts:25
Methodconstructor
* Constructor to create a new MsgWithdrawDelegatorReward * @param {MsgWithdrawDelegatorRewardOptions} options * @returns {MsgWithdra
lib/src/transaction/msg/distribution/MsgWithdrawDelegatorReward.ts:25
Methodconstructor
* Constructor to create a new MsgFundCommunityPool * @param {MsgFundCommunityPoolOptions} options * @returns {MsgFundCommunityPool}
lib/src/transaction/msg/distribution/MsgFundCommunityPool.ts:24
Methodconstructor
* Constructor to create a new MsgSend * @param {MsgSendOptions} options * @returns {MsgSend} * @throws {Error} when options
lib/src/transaction/msg/bank/msgsend.ts:38
Methodconstructor
* Constructor to create a new MsgFundCommunityPool * @param {MsgFundCommunityPoolOptions} options * @returns {MsgFundCommunityPoolV2
lib/src/transaction/msg/v2/distribution/v2.MsgFundCommunityPool.ts:24
Methodconstructor
* Constructor to create a new MsgSend * @param {MsgSendOptions} options * @returns {MsgSendV2} * @throws {Error} when optio
lib/src/transaction/msg/v2/bank/v2.msgsend.ts:26
Methodconstructor
* Constructor to create a new MsgSubmitProposal * @param {ProposalOptions} options * @returns {MsgSubmitProposal} * @throws
lib/src/transaction/msg/v2/gov/v2.MsgSubmitProposal.ts:28
Methodconstructor
* Constructor to create a new MsgDeposit * @param {MsgDepositOptions} options * @returns {MsgDeposit} * @throws {Error} whe
lib/src/transaction/msg/v2/gov/v2.MsgDeposit.ts:29
Methodconstructor
(options: CommunityPoolSpendProposalOptions)
lib/src/transaction/msg/v2/gov/proposal/v2.CommunityPoolSpendProposal.ts:25
Methodconstructor
* Constructor to create a new MsgTransferNFT * @param {MsgTransferNFTOptions} options * @returns {MsgTransferNFT} * @throws
lib/src/transaction/msg/nft/MsgTransferNFT.ts:31
Methodconstructor
* Constructor to create a new MsgBurnNFT * @param {MsgBurnNFTOptions} options * @returns {MsgBurnNFT} * @throws {Error} whe
lib/src/transaction/msg/nft/MsgBurnNFT.ts:28
Methodconstructor
* Constructor to create a new MsgIssueDenom * @param {MsgIssueDenomOptions} options * @returns {MsgIssueDenom} * @throws {E
lib/src/transaction/msg/nft/MsgIssueDenom.ts:30
Methodconstructor
* Constructor to create a new MsgEditNFT * @param {MsgEditNFTOptions} options * @returns {MsgEditNFT} * @throws {Error} whe
lib/src/transaction/msg/nft/MsgEditNFT.ts:37
Methodconstructor
* Constructor to create a new MsgMintNFT * @param {MsgMintNFTOptions} options * @returns {MsgMintNFT} * @throws {Error} whe
lib/src/transaction/msg/nft/MsgMintNFT.ts:40
Methodconstructor
* Constructor to create a new MsgSend * @param {IMsgBeginRedelgate} options * @returns {MsgBeginRedelegate} * @throws {Erro
lib/src/transaction/msg/staking/MsgBeginRedelegate.ts:45
Methodconstructor
* Constructor to create a new MsgSend * @param {IMsgDelegate} options * @returns {MsgDelegate} * @throws {Error} when optio
lib/src/transaction/msg/staking/MsgDelegate.ts:41
Methodconstructor
* Constructor to create a new MsgSend * @param {IMsgUndelegate} options * @returns {MsgUndelegate} * @throws {Error} when o
lib/src/transaction/msg/staking/MsgUndelegate.ts:41
Methodconstructor
* Constructor to create a new MsgSend * @param {MsgCreateEditOptions} options * @returns {MsgEditValidator} * @throws {Erro
lib/src/transaction/msg/staking/MsgEditValidator.ts:28
Methodconstructor
* Constructor to create a new MsgSend * @param {MsgCreateValidatorParams} options * @returns {MsgCreateValidator} * @throws
lib/src/transaction/msg/staking/MsgCreateValidator.ts:38
Methodconstructor
* Constructor to create a new MsgDeposit * @param {MsgDepositOptions} options * @returns {MsgDeposit} * @throws {Error} whe
lib/src/transaction/msg/gov/MsgDeposit.ts:29
Methodconstructor
(options: MsgVoteOptions)
lib/src/transaction/msg/gov/MsgVote.ts:29
Methodconstructor
* Constructor to create a new MsgSubmitProposal * @param {ProposalOptions} options * @returns {MsgSubmitProposal} * @throws
lib/src/transaction/msg/gov/MsgSubmitProposal.ts:28
Methodconstructor
(options: TextProposalOptions)
lib/src/transaction/msg/gov/proposal/TextProposal.ts:15
Methodconstructor
(options: SoftwareUpgradeProposalOptions)
lib/src/transaction/msg/gov/proposal/SoftwareUpgradeProposal.ts:20
Methodconstructor
(options: CommunityPoolSpendProposalOptions)
lib/src/transaction/msg/gov/proposal/CommunityPoolSpendProposal.ts:25
Methodconstructor
(options: CancelSoftwareUpgradeProposalOptions)
lib/src/transaction/msg/gov/proposal/CancelSoftwareUpgradeProposal.ts:15
Methodconstructor
(options: ParamChangeProposalOptions)
lib/src/transaction/msg/gov/proposal/ParamChangeProposal.ts:17
Methodconstructor
* Constructor to create a new IBC.MsgTransfer * @param {MsgTransferOptions} options * @returns {MsgTransfer} * @throws {Err
lib/src/transaction/msg/ibc/applications/MsgTransfer.ts:42
Methodconstructor
* Constructor to create a new IBC.MsgUpgradeClient * @param {MsgUpgradeClientOptions} options * @returns {MsgUpgradeClient}
lib/src/transaction/msg/ibc/core/MsgUpgradeClient.ts:38
Methodconstructor
* Constructor to create a new IBC.MsgCreateClient * @param {MsgCreateClientOptions} options * @returns {MsgCreateClient} *
lib/src/transaction/msg/ibc/core/MsgCreateClient.ts:29
Methodconstructor
* Constructor to create a new IBC.MsgUpdateClient * @param {MsgUpdateClientOptions} options * @returns {MsgUpdateClient} *
lib/src/transaction/msg/ibc/core/MsgUpdateClient.ts:29
Methodconstructor
* Constructor to create a new IBC.MsgSubmitMisbehaviour * @param {MsgSubmitMisbehaviourOptions} options * @returns {MsgSubmitMisbeha
lib/src/transaction/msg/ibc/core/MsgSubmitMisbehaviour.ts:29
Methodconstructor
* Constructor to create a new IBC.MsgConnectionOpenConfirm * @param {MsgConnectionOpenConfirmOptions} options * @returns {MsgConnect
lib/src/transaction/msg/ibc/core/connection/MsgConnectionOpenConfirm.ts:33
Methodconstructor
* Constructor to create a new IBC.MsgConnectionOpenTry * @param {MsgConnectionOpenTryOptions} options * @returns {MsgConnectionOpenT
lib/src/transaction/msg/ibc/core/connection/MsgConnectionOpenTry.ts:58
Methodconstructor
* Constructor to create a new IBC.Header * @param {HeaderOptions} options * @returns {Header} * @throws {Error} when option
lib/src/transaction/msg/ibc/lightclients/Header.ts:30
Methodconstructor
* Constructor to create a new IBC.ConsensusState * @param {ConsensusStateOptions} options * @returns {ConsensusState} * @th
lib/src/transaction/msg/ibc/lightclients/ConsensusState.ts:27
Methodconstructor
* Constructor to create a new IBC.ClientState * @param {ClientStateOptions} options * @returns {ClientState} * @throws {Err
lib/src/transaction/msg/ibc/lightclients/ClientState.ts:51
Methodconstructor
* Constructor to create a new DelayedVestingAccount * @param {DelayedVestingAccountOptions} options * @returns {DelayedVestingAccoun
lib/src/transaction/msg/account/DelayedVestingAccount.ts:36
Methodconstructor
* Constructor to create a new MsgCreateVestingAccount * @param {MsgCreateVestingAccountOptions} options * @returns {MsgCreateVesting
lib/src/transaction/msg/account/MsgCreateVestingAccount.ts:50
Methodconstructor
* Constructor to create a new MsgSend * @param {IMsgUnjail} options * @returns {MsgUnjail} * @throws {Error} when options i
lib/src/transaction/msg/slashing/MsgUnjail.ts:27
Methodconstructor
* Create a new Application instance.
docs/themes/src/default/assets/js/src/typedoc/Application.ts:76
Methodconstructor
(options: IComponentOptions)
docs/themes/src/default/assets/js/src/typedoc/Component.ts:13
Methodconstructor
* Create a new MenuHighlight instance. * * @param options Backbone view constructor options.
docs/themes/src/default/assets/js/src/typedoc/components/MenuHighlight.ts:51
Methodconstructor
* Create a new SignatureGroup instance. * * @param signature The target signature. * @param description The description
docs/themes/src/default/assets/js/src/typedoc/components/Signature.ts:29
Methodconstructor
* Create a new Signature instance. * * @param options Backbone view constructor options.
docs/themes/src/default/assets/js/src/typedoc/components/Signature.ts:86
Methodconstructor
(options: IComponentOptions)
docs/themes/src/default/assets/js/src/typedoc/components/Toggle.ts:15
Methodconstructor
(options: IComponentOptions)
docs/themes/src/default/assets/js/src/typedoc/components/Search.ts:85
Methodconstructor
(options:IComponentOptions)
docs/themes/src/default/assets/js/src/typedoc/components/Filter.ts:161
Methodconstructor
* Create new Viewport instance.
docs/themes/src/default/assets/js/src/typedoc/services/Viewport.ts:51
Methoddisconnect
()
lib/src/client/client.ts:92
MethodfromCosmosMsgJSON
* * Returns an instance of MsgWithdrawValidatorCommission * @param {string} msgJsonStr * @param {Network} network * @return
lib/src/transaction/msg/distribution/MsgWithdrawValidatorCommission.ts:52
MethodfromCosmosMsgJSON
* * Returns an instance of MsgSetWithdrawAddress * @param {string} msgJsonStr * @param {Network} network * @returns {MsgSet
lib/src/transaction/msg/distribution/MsgSetWithdrawAddress.ts:65
MethodfromCosmosMsgJSON
* * Returns an instance of MsgWithdrawDelegatorReward * @param {string} msgJsonStr * @param {Network} network * @returns {M
lib/src/transaction/msg/distribution/MsgWithdrawDelegatorReward.ts:65
MethodfromCosmosMsgJSON
* Returns an instance of MsgSubmitProposal * @param {string} msgJsonStr * @param {Network} network * @returns {MsgSubmitPro
lib/src/transaction/msg/v2/gov/v2.MsgSubmitProposal.ts:70
MethodfromCosmosMsgJSON
* Returns an instance of MsgTransferNFT * @param {string} msgJsonStr * @param {Network} network * @returns {MsgTransferNFT}
lib/src/transaction/msg/nft/MsgTransferNFT.ts:77
MethodfromCosmosMsgJSON
* Returns an instance of MsgIssueDenom * @param {string} msgJsonStr * @param {Network} network * @returns {MsgIssueDenom}
lib/src/transaction/msg/nft/MsgIssueDenom.ts:76
MethodfromCosmosMsgJSON
* Returns an instance of MsgEditNFT * @param {string} msgJsonStr * @param {Network} network * @returns {MsgEditNFT}
lib/src/transaction/msg/nft/MsgEditNFT.ts:89
MethodfromCosmosMsgJSON
* Returns an instance of MsgMintNFT * @param {string} msgJsonStr * @param {Network} network * @returns {MsgMintNFT}
lib/src/transaction/msg/nft/MsgMintNFT.ts:94
MethodfromCosmosMsgJSON
* Returns an instance of MsgBeginRedelegate * @param {string} msgJsonStr * @param {Network} network * @returns {MsgBeginRed
lib/src/transaction/msg/staking/MsgBeginRedelegate.ts:60
MethodfromCosmosMsgJSON
* Returns an instance of MsgUndelegate * @param {string} msgJsonStr * @param {Network} network * @returns {MsgUndelegate}
lib/src/transaction/msg/staking/MsgUndelegate.ts:86
MethodfromCosmosMsgJSON
* Returns an instance of MsgEditValidator * @param {string} msgJsonStr * @param {Network} network * @returns {MsgEditValida
lib/src/transaction/msg/staking/MsgEditValidator.ts:64
MethodfromCosmosMsgJSON
* Returns an instance of MsgCreateValidator * @param {string} msgJsonStr * @param {Network} network * @returns {MsgCreateVa
lib/src/transaction/msg/staking/MsgCreateValidator.ts:85
MethodfromCosmosMsgJSON
* Returns an instance of MsgDeposit * @param {string} msgJsonStr * @param {Network} network * @returns {MsgDeposit}
lib/src/transaction/msg/gov/MsgDeposit.ts:72
MethodfromCosmosMsgJSON
* Returns an instance of MsgSubmitProposal * @param {string} msgJsonStr * @param {Network} network * @returns {MsgSubmitPro
lib/src/transaction/msg/gov/MsgSubmitProposal.ts:69
MethodfromCosmosMsgJSON
* Returns an instance of SoftwareUpgradeProposal * @param {string} msgJsonStr * @param {Network} network * @returns {Softwa
lib/src/transaction/msg/gov/proposal/SoftwareUpgradeProposal.ts:34
MethodfromCosmosMsgJSON
* Returns an instance of CommunityPoolSpendProposal * @param {string} msgJsonStr * @param {Network} network * @returns {Com
lib/src/transaction/msg/gov/proposal/CommunityPoolSpendProposal.ts:68
MethodfromCosmosMsgJSON
* Returns an instance of CancelSoftwareUpgradeProposal * @param {string} msgJsonStr * @param {Network} network * @returns {
lib/src/transaction/msg/gov/proposal/CancelSoftwareUpgradeProposal.ts:28
MethodfromCosmosMsgJSON
* Returns an instance of ParamChangeProposal * @param {string} msgJsonStr * @param {Network} network * @returns {ParamChang
lib/src/transaction/msg/gov/proposal/ParamChangeProposal.ts:57
MethodfromCosmosMsgJSON
* Returns an instance of IBC.MsgUpgradeClient * @param {string} msgJsonStr * @param {Network} network * @returns {MsgUpgrad
lib/src/transaction/msg/ibc/core/MsgUpgradeClient.ts:71
MethodfromCosmosMsgJSON
* Returns an instance of IBC.MsgUpdateClient * @param {string} msgJsonStr * @param {Network} network * @returns {MsgUpdateC
lib/src/transaction/msg/ibc/core/MsgUpdateClient.ts:63
MethodfromCosmosMsgJSON
* Returns an instance of IBC.MsgSubmitMisbehaviour * @param {string} msgJsonStr * @param {Network} network * @returns {MsgS
lib/src/transaction/msg/ibc/core/MsgSubmitMisbehaviour.ts:63
MethodfromCosmosMsgJSON
* Returns an instance of IBC.MsgConnectionOpenConfirm * @param {string} msgJsonStr * @param {Network} network * @returns {M
lib/src/transaction/msg/ibc/core/connection/MsgConnectionOpenConfirm.ts:69
MethodfromCosmosMsgJSON
* Returns an instance of IBC.ConsensusState * @param {string} msgJsonStr * @param {Network} network * @returns {ConsensusSt
lib/src/transaction/msg/ibc/lightclients/ConsensusState.ts:75
MethodfromCosmosMsgJSON
* Returns an instance of IBC.ClientState * @param {string} msgJsonStr * @param {Network} network * @returns {ClientState}
lib/src/transaction/msg/ibc/lightclients/ClientState.ts:123
MethodfromCosmosMsgJSON
* Returns an instance of MsgCreateVestingAccount * @param {string} msgJsonStr * @param {Network} network * @returns {MsgCre
lib/src/transaction/msg/account/MsgCreateVestingAccount.ts:67
MethodfromLocalStorage
(value:string)
docs/themes/src/default/assets/js/src/typedoc/components/Filter.ts:74
FunctionfuzzyTestRunnerCompose
(...fuzzyArgDefs: FuzzyArgDef<any>[])
lib/src/test/mocha-fuzzy/suite.ts:54
MethodgetAccount
(searchAddress: string)
lib/src/client/client.ts:111
MethodgetAccountVerified
(searchAddress: string)
lib/src/client/client.ts:48
MethodgetAccountVerified
(searchAddress: string)
lib/src/client/client.ts:115
MethodgetBlock
(height?: number)
lib/src/client/client.ts:123
MethodgetChainId
()
lib/src/client/client.ts:103
MethodgetCroBalance
(address: string)
lib/src/client/client.ts:51
MethodgetCroBalance
(address: string)
lib/src/client/client.ts:127
MethodgetEncoded
* Returns the proto encoding representation of CommunityPoolSpendProposal * @returns {google.protobuf.Any}
lib/src/transaction/msg/v2/gov/proposal/v2.CommunityPoolSpendProposal.ts:39
← previousnext →601–700 of 857, ranked by callers