You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all commands are using a default implementation with a ...params: any[] parameter. We should change them to use a specific list of parameters. This issue will be used to track the progress on this task.
AddMultiSigAddress
AddNode
AppendRawChange
AppendRawData
AppendRawExchange
AppendRawTransaction
ApproveFrom
BackupWallet
ClearMemPool
CombineUnspent
CompleteRawExchange
Create
CreateFrom
CreateKeyPairs
CreateMultiSig
CreateRawExchange
CreateRawSendFrom
CreateRawTransaction
DecodeRawExchange
DecodeRawTransaction
DisableRawTransaction
DumpPrivKey
DumpWallet
EncryptWallet
GetAddedNodeInfo
GetAddressBalances
GetAddresses
GetAddressTransaction
GetAssetTransaction
GetBlock
GetBlockchainInfo
GetBlockchainParams
GetBlockHash
GetInfo
GetMemPoolInfo
GetMultiBalances
GetNetworkInfo
GetNewAddress
GetPeerInfo
GetRawMemPool
GetRawTransaction
GetRuntimeParams
GetStreamItem
GetTotalBalances
GetTxOut
GetTxOutData
GetWalletInfo
GetWalletTransaction
Grant
GrantFrom
GrantWithData
GrantWithDataFrom
Help
ImportAddress
ImportPrivKey
ImportWallet
Issue
IssueFrom
IssueMore
IssueMoreFrom
ListAddresses
ListAddressTransactions
ListAssets
ListAssetTransactions
ListBlocks
ListLockUnspent
ListPermissions
ListStreamBlockItems
ListStreamItems
ListStreamKeyItems
ListStreamKeys
ListStreamPublisherItems
ListStreamPublishers
ListStreams
ListUnspent
ListUpgrades
ListWalletTransactions
LockUnspent
Pause
Ping
PrepareLockUnspent
PrepareLockUnspentFrom
Publish
PublishFrom
Resume
Revoke
RevokeFrom
Send
SendAsset
SendAssetFrom
SendFrom
SendRawTransaction
SendWithData
SendWithDataFrom
SetLastBlock
SetRuntimeParam
SignMessage
SignRawTransaction
Stop
Subscribe
Unsubscribe
ValidateAddress
VerifyMessage
WalletLock
WalletPassphrase
WalletPassphraseChange
The text was updated successfully, but these errors were encountered:
Currently, all commands are using a default implementation with a
...params: any[]
parameter. We should change them to use a specific list of parameters. This issue will be used to track the progress on this task.The text was updated successfully, but these errors were encountered: