Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 803 Bytes

File metadata and controls

15 lines (9 loc) · 803 Bytes

SOLAccount

Properties

Name Type Description Notes
name string The name of the account [default to undefined]
signer boolean Indicates if the account needs to sign the instruction. If true a signature for this account must be provided [optional] [default to undefined]
writable boolean Indicates if the account's data can be changed by the instruction. [optional] [default to undefined]
address string The address of the account [optional] [default to undefined]

[Back to top] [Back to API list] [Back to Model list] [Back to README]