types.PayingAccount - PolymeshAssociation/polymesh-sdk GitHub Wiki

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:773


allowance

allowance: null | BigNumber

total amount that will be paid for

Defined in

types/index.ts:777


type

type: PayingAccountType

Defined in

types/index.ts:769