Skip to main content
Version: 23.0.x

Enumeration: PayingAccountType

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

types/index.ts:829


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

types/index.ts:825


Subsidy

Subsidy = "Subsidy"

the paying Account is currently subsidizing the caller

Defined in

types/index.ts:819