Kit
Enumerations

AccountRole

Describes the purpose for which an account participates in a transaction.

Every account that participates in a transaction can be read from, but only ones that you mark as writable may be written to, and only ones that you indicate must sign the transaction will gain the privileges associated with signers at runtime.

isSignerisWritable
AccountRole.READONLY
AccountRole.WRITABLE
AccountRole.READONLY_SIGNER
AccountRole.WRITABLE_SIGNER

Enumeration Members

Enumeration MemberValue
READONLY0
READONLY_SIGNER2
WRITABLE1
WRITABLE_SIGNER3

On this page