api.procedures.types.InviteExternalAgentParams - PolymeshAssociation/polymesh-sdk GitHub Wiki

Interface: InviteExternalAgentParams

api/procedures/types.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/types.ts:1417


permissions

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

Defined in

api/procedures/types.ts:1402


target

target: string | Identity

Defined in

api/procedures/types.ts:1401