Enumeration: PayingAccountType
Defined in: src/base/types.ts:112
Type of relationship between a paying account and a beneficiary
Enumeration Members
Caller
Caller:
"Caller"
Defined in: src/base/types.ts:126
the caller Account is responsible of paying the fees
MultiSigCreator
MultiSigCreator:
"MultiSigCreator"
Defined in: src/base/types.ts:130
The creator of the MultiSig is responsible for paying the fees
Other
Other:
"Other"
Defined in: src/base/types.ts:122
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)
Subsidy
Subsidy:
"Subsidy"
Defined in: src/base/types.ts:116
the paying Account is currently subsidizing the caller