Skip to content

base.types.PayingAccountType

polymath-eric edited this page Jun 11, 2024 · 9 revisions

Enumeration: PayingAccountType

base/types.PayingAccountType

Type of relationship between a paying account and a beneficiary

Table of contents

Enumeration Members

Enumeration Members

Caller

Caller = "Caller"

the caller Account is responsible of paying the fees

Defined in

base/types.ts:127


Other

Other = "Other"

the paying Account is paying for a specific transaction because of chain-specific constraints (e.g. the caller is accepting an invitation to an Identity and cannot have any funds to pay for it by definition)

Defined in

base/types.ts:123


Subsidy

Subsidy = "Subsidy"

the paying Account is currently subsidizing the caller

Defined in

base/types.ts:117

Clone this wiki locally