api_procedures_inviteExternalAgent.InviteExternalAgentParams
@polymeshassociation/polymesh-sdk / Modules / api/procedures/inviteExternalAgent / InviteExternalAgentParams
Interface: InviteExternalAgentParams
api/procedures/inviteExternalAgent.InviteExternalAgentParams
Table of contents
Properties
Properties
expiry
• Optional expiry: Date
date at which the authorization request for invitation expires (optional)
note if expiry date is not set, the invitation will never expire
note due to chain limitations, the expiry will be ignored if the passed permissions don't correspond to an existing Permission Group
Defined in
api/procedures/inviteExternalAgent.ts:63
permissions
• permissions: CustomPermissionGroup | KnownPermissionGroup | { transactions: null | TransactionPermissions } | { transactionGroups: TxGroup[] }
Defined in
api/procedures/inviteExternalAgent.ts:48
target
• target: string | Identity
Defined in
Last updated
Was this helpful?