Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 573 Bytes

File metadata and controls

17 lines (9 loc) · 573 Bytes

SOLAccount

The accounts involved in the instruction

Properties

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