Class: AbstractContract
@fuel-ts/interfaces.AbstractContract
Hierarchy
AbstractProgram↳
AbstractContract
Constructors
constructor
• new AbstractContract(): AbstractContract
Returns
Inherited from
AbstractProgram.constructor
Properties
account
• Abstract account: null | AbstractAccount
Inherited from
AbstractProgram.account
Defined in
id
• Abstract id: AbstractAddress
Defined in
interface
• Abstract interface: Object
Type declaration
| Name | Type |
|---|---|
jsonAbi | any |
Inherited from
AbstractProgram.interface
Defined in
provider
• Abstract provider: null | { sendTransaction: (transactionRequest: any, options?: any) => any }
Inherited from
AbstractProgram.provider
