Type Alias: PayingAccount
PayingAccount = {
account
:Account
;allowance
:BigNumber
;type
:Subsidy
; } | {account
:Account
;type
:Caller
|Other
|MultiSigCreator
; }
Defined in: src/base/types.ts:136
Data representing the Account responsible for paying fees for a transaction
Type declaration
{ account
: Account
; allowance
: BigNumber
; type
: Subsidy
; }
Name | Type | Description | Defined in |
---|---|---|---|
| Account that pays for the transaction | ||
|
| total amount that can be paid for | |
| ‐ |
{ account
: Account
; type
: Caller
| Other
| MultiSigCreator
; }
Name | Type | Defined in |
---|---|---|
| ||
|