Skip to content

types.PayingAccount

prashantasdeveloper edited this page Jul 4, 2022 · 14 revisions

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


allowance

allowance: null | BigNumber

total amount that will be paid for

Defined in

types/index.ts:745


type

type: PayingAccountType

Defined in

types/index.ts:737

Clone this wiki locally