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
index.ts:73
id
• Abstract
id: AbstractAddress
Defined in
index.ts:85
interface
• Abstract
interface: Object
Type declaration
Name | Type |
---|---|
jsonAbi | any |
Inherited from
AbstractProgram.interface
Defined in
index.ts:74
provider
• Abstract
provider: null
| { getTransactionCost
: (transactionRequest
: any
, options?
: any
) => Promise
<any
> ; sendTransaction
: (transactionRequest
: any
, options?
: any
) => any
}
Inherited from
AbstractProgram.provider
Defined in
index.ts:78