Available functions
getProvider
Returns information about the dAPI provider, including who this provider is, the version of their dAPI, and the NEP that the interface is compatible with.
getNetworks
Returns a list of available provider networks
getAccount
Return the Account that is currently connected to the dApp.
getPublicKey
Return the Public Key of the Account that is currently connected to the dApp.
getBalance
Return balance of a specific asset for the given account, or all balances for an account. Also takes multiple entries.
getStorage
Reads the raw value in smart contract storage.
Script hash:
Key:
invokeRead
Execute a contract invocation in read-only mode.
Script hash:
Operation:
Arguments:
invoke
Execute a contract invocation.
Script hash:
Operation:
Arguments:
Attached assets: (Optional)
Fee: (Optional)
Asset Intent Overrides:
Trigger contract verification:
send
Invoke a transfer of a specified amount of a given asset from the connected account to another account.
From address:
To address:
Asset:
Amount:
Remark: (Optional)
Fee: (Optional)
signMessage
Sign an arbitrary message.
Message:
verifyMessage
Verify a message signature.
Message:
Signature:
Public Key:
deploy
Deploy a smart contract.
Name:
Version:
Author:
Email:
Description:
NeedStorage:
dynamicInvoke:
isPayable:
returnType:
parameterList:
Code: