Skip to content

Type Alias: CleanAdminInput<TAccountJob, TAccountPayer, TAccountAuthority>

ts
type CleanAdminInput<TAccountJob, TAccountPayer, TAccountAuthority> = object;

Type Parameters

Type ParameterDefault type
TAccountJob extends stringstring
TAccountPayer extends stringstring
TAccountAuthority extends stringstring

Properties

authority

ts
authority: TransactionSigner<TAccountAuthority>;

job

ts
job: Address<TAccountJob>;

payer

ts
payer: Address<TAccountPayer>;