Skip to content

types.PayingAccount

prashantasdeveloper edited this page Jun 30, 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: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

Clone this wiki locally