@fuel-ts/interfaces .AbstractAccount
AbstractAccount
• new AbstractAccount(): AbstractAccount
• Abstract
address: AbstractAddress
• Abstract
provider: unknown
▸ fund(transactionRequest
, quantities
, fee
): Promise
<void
>
Name | Type |
---|---|
transactionRequest | any |
quantities | any |
fee | any |
Promise
<void
>
▸ getResourcesToSpend(quantities
, options?
): any
Name | Type |
---|---|
quantities | any [] |
options? | any |
any
▸ sendTransaction(transactionRequest
, options?
): any
Name | Type |
---|---|
transactionRequest | any |
options? | any |
any
▸ simulateTransaction(transactionRequest
, options?
): any
Name | Type |
---|---|
transactionRequest | any |
options? | any |
any