Sui JSON-RPC Methods
Array
- Array of accounts:
Object
:
pubkey
: String
- public key for keypairaddress
: String
- the Sui addresstransaction
(object) - The transaction to sign:
transaction
(string) - The base64 encoded, BCS encoded, transaction dataaddress
(string) - The sender’s Sui addressobject
- The signed transaction:
signature
(string) - The base64 encoded signaturetransactionBytes
(string) - The base64 encoded signed transaction bytestransaction
(object) - The transaction to sign and execute:
transaction
(string) - The base64 encoded, BCS encoded, transaction dataaddress
(string) - The sender’s Sui addressobject
- The transaction result:
digest
(string) - The transaction digest that can be used to look up the transaction in the explorermessage
(object) - The message to sign:
message
(string) - The message to sign (plain text)address
(string) - The account address to sign withobject
- The signed message:
signature
(string) - The base64 encoded signature