@fuel-ts/interfaces .AbstractAccount
AbstractAccount
• new AbstractAccount(): AbstractAccount
• Abstract
address: AbstractAddress
• Abstract
provider: unknown
▸ fund(transactionRequest
, txCost
): Promise
<any
>
Name | Type |
---|---|
transactionRequest | any |
txCost | any |
Promise
<any
>
▸ 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