@fuel-ts/interfaces .AbstractContract
AbstractProgram
↳ AbstractContract
• new AbstractContract(): AbstractContract
AbstractProgram.constructor
• Abstract
account: null
| AbstractAccount
AbstractProgram.account
• Abstract
id: AbstractAddress
• Abstract
interface: Object
Name | Type |
---|---|
jsonAbi | any |
AbstractProgram.interface
• Abstract
provider: null
| { sendTransaction
: (transactionRequest
: any
, options?
: any
) => any
}
AbstractProgram.provider