Skip to content

@fuel-ts/interfaces v0.94.2Docs


Class: abstract AbstractContract

Extends

  • AbstractProgram

Constructors

new AbstractContract()

new AbstractContract(): AbstractContract

Returns

AbstractContract

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

jsonAbi

readonly jsonAbi: any

Inherited from

AbstractProgram.interface

Defined in

index.ts:74


provider

abstract provider: null | object

Inherited from

AbstractProgram.provider

Defined in

index.ts:78