Skip to main content
Version: 24.2.x

Enumeration: PayingAccountType

base/types.PayingAccountType

Type of relationship between a paying account and a beneficiary

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