Skip to main content
Version: 24.2.x

Interface: HumanReadable

api/entities/AuthorizationRequest.HumanReadable

Properties

data

data: { type: AttestPrimaryKeyRotation ; value: string } | { type: RotatePrimaryKey } | { type: JoinIdentity ; value: { assets: { values: string[]; type: PermissionType; } | null; transactions: { exceptions?: TxTag[] | undefined; values: (TxTag | ModuleName)[]; type: PermissionType; } | null; transactionGroups: TxGroup[]; portfolios: { ...; } | null; } } | { type: PortfolioCustody ; value: { did: string; id?: string | undefined; } } | { type: BecomeAgent ; value: { id: string; ticker: string; } | { type: PermissionGroupType; ticker: string; } } | { type: AddRelayerPayingKey ; value: { beneficiary: string; subsidizer: string; allowance: string; } } | { type: RotatePrimaryKeyToSecondary ; value: { assets: { values: string[]; type: PermissionType; } | null; transactions: { exceptions?: TxTag[] | undefined; values: (TxTag | ModuleName)[]; type: PermissionType; } | null; transactionGroups: TxGroup[]; portfolios: { ...; } | null; } } | { type: TransferTicker | AddMultiSigSigner | TransferAssetOwnership ; value: string }

Defined in

api/entities/AuthorizationRequest.ts:36


expiry

expiry: null | string

Defined in

api/entities/AuthorizationRequest.ts:34


id

id: string

Defined in

api/entities/AuthorizationRequest.ts:37


issuer

issuer: string

Defined in

api/entities/AuthorizationRequest.ts:33


target

target: SignerValue

Defined in

api/entities/AuthorizationRequest.ts:35