multichain-api
Version:
MultiChain JSON-RPC Client
110 lines (109 loc) • 3.69 kB
TypeScript
import { RpcRequest } from '../RpcRequest';
export declare type CommandSignature = (...params: any[]) => RpcRequest;
export * from './AddMultiSigAddress';
export * from './AddNode';
export * from './AppendRawChange';
export * from './AppendRawData';
export * from './AppendRawExchange';
export * from './AppendRawTransaction';
export * from './ApproveFrom';
export * from './BackupWallet';
export * from './ClearMemPool';
export * from './CombineUnspent';
export * from './CompleteRawExchange';
export * from './Create';
export * from './CreateFrom';
export * from './CreateKeyPairs';
export * from './CreateMultiSig';
export * from './CreateRawExchange';
export * from './CreateRawSendFrom';
export * from './CreateRawTransaction';
export * from './DecodeRawExchange';
export * from './DecodeRawTransaction';
export * from './DisableRawTransaction';
export * from './DumpPrivKey';
export * from './DumpWallet';
export * from './EncryptWallet';
export * from './GetAddedNodeInfo';
export * from './GetAddressBalances';
export * from './GetAddressTransaction';
export * from './GetAddresses';
export * from './GetAssetTransaction';
export * from './GetBlock';
export * from './GetBlockHash';
export * from './GetBlockchainInfo';
export * from './GetBlockchainParams';
export * from './GetInfo';
export * from './GetMemPoolInfo';
export * from './GetMiningInfo';
export * from './GetMultiBalances';
export * from './GetNetworkInfo';
export * from './GetNewAddress';
export * from './GetPeerInfo';
export * from './GetRawMemPool';
export * from './GetRawTransaction';
export * from './GetRuntimeParams';
export * from './GetStreamItem';
export * from './GetTotalBalances';
export * from './GetTxOut';
export * from './GetTxOutData';
export * from './GetWalletInfo';
export * from './GetWalletTransaction';
export * from './Grant';
export * from './GrantFrom';
export * from './GrantWithData';
export * from './GrantWithDataFrom';
export * from './Help';
export * from './ImportAddress';
export * from './ImportPrivKey';
export * from './ImportWallet';
export * from './Issue';
export * from './IssueFrom';
export * from './IssueMore';
export * from './IssueMoreFrom';
export * from './ListAddressTransactions';
export * from './ListAddresses';
export * from './ListAssetTransactions';
export * from './ListAssets';
export * from './ListBlocks';
export * from './ListLockUnspent';
export * from './ListPermissions';
export * from './ListStreamBlockItems';
export * from './ListStreamItems';
export * from './ListStreamKeyItems';
export * from './ListStreamKeys';
export * from './ListStreamPublisherItems';
export * from './ListStreamPublishers';
export * from './ListStreams';
export * from './ListUnspent';
export * from './ListUpgrades';
export * from './ListWalletTransactions';
export * from './LockUnspent';
export * from './Pause';
export * from './Ping';
export * from './PrepareLockUnspent';
export * from './PrepareLockUnspentFrom';
export * from './Publish';
export * from './PublishFrom';
export * from './Resume';
export * from './Revoke';
export * from './RevokeFrom';
export * from './Send';
export * from './SendAsset';
export * from './SendAssetFrom';
export * from './SendFrom';
export * from './SendRawTransaction';
export * from './SendWithData';
export * from './SendWithDataFrom';
export * from './SetLastBlock';
export * from './SetRuntimeParam';
export * from './SignMessage';
export * from './SignRawTransaction';
export * from './Stop';
export * from './Subscribe';
export * from './Unsubscribe';
export * from './ValidateAddress';
export * from './VerifyMessage';
export * from './WalletLock';
export * from './WalletPassphrase';
export * from './WalletPassphraseChange';