api_procedures_inviteExternalAgent.InviteExternalAgentParams
Previousapi_procedures_inviteAccount.InviteAccountParamsNextapi_procedures_issueTokens.IssueTokensParams
Last updated
Was this helpful?
@polymeshassociation/polymesh-sdk / Modules / api/procedures/inviteExternalAgent / InviteExternalAgentParams
api/procedures/inviteExternalAgent.InviteExternalAgentParams
• 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: CustomPermissionGroup | KnownPermissionGroup | { transactions: null | TransactionPermissions } | { transactionGroups: TxGroup[] }
Defined in
api/procedures/inviteExternalAgent.ts:48
• target: string | Identity
Defined in
Last updated
Was this helpful?
Was this helpful?