types.PayingAccount

@polymeshassociation/polymesh-sdk / Modules / types / PayingAccount

Interface: PayingAccount

types.PayingAccount

Represents a relationship in which a third party Account is paying for a transaction on behalf of the caller

Hierarchy

Table of contents

Properties

Properties

account

account: Account

Account that pays for the transaction

Defined in

types/index.ts:738


allowance

allowance: null | BigNumber

total amount that will be paid for

Defined in

types/index.ts:742


type

type: PayingAccountType

Defined in

types/index.ts:734

Last updated