-
Notifications
You must be signed in to change notification settings - Fork 12
api.entities.AuthorizationRequest.HumanReadable
api/entities/AuthorizationRequest.HumanReadable
• 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; assetId: string; } | { type: PermissionGroupType; assetId: 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 }
api/entities/AuthorizationRequest.ts:36
• expiry: null | string
api/entities/AuthorizationRequest.ts:34
• id: string
api/entities/AuthorizationRequest.ts:37
• issuer: string
api/entities/AuthorizationRequest.ts:33
• target: SignerValue