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:63arrow-up-right


permissions

permissions: CustomPermissionGroup | KnownPermissionGroup | { transactions: null | TransactionPermissions } | { transactionGroups: TxGroup[] }

Defined in

api/procedures/inviteExternalAgent.ts:48arrow-up-right


target

target: string | Identity

Defined in

api/procedures/inviteExternalAgent.ts:47arrow-up-right

Last updated

Was this helpful?