Permissions

Permissions a Secondary Key has over the Identity. A null value means the key has all permissions of that type (i.e. if tokens is null, the key has permissions over all of the Identity's Security Tokens)

Hierarchy

  • Permissions

Index

Properties

Properties

portfolios

portfolios: (DefaultPortfolio‹› | NumberedPortfolio‹›)[] | null

Defined in src/types/index.ts:661

tokens

tokens: SecurityToken[] | null

Defined in src/types/index.ts:649

list of Security Tokens over which this key has permissions

transactionGroups

transactionGroups: TxGroup[]

Defined in src/types/index.ts:659

list of Transaction Groups this key can execute. Having permissions over a TxGroup means having permissions over every TxTag in said group. Transaction permissions are the result of combining these with the transactions array. If transactions is null, then this value is redundant

transactions

transactions: TxTag[] | null

Defined in src/types/index.ts:653

list of Transactions this key can execute

Last updated