Skip to content

Class: AbstractContract

@fuel-ts/interfaces.AbstractContract

Hierarchy

  • AbstractProgram

    AbstractContract

Constructors

constructor

new AbstractContract(): AbstractContract

Returns

AbstractContract

Inherited from

AbstractProgram.constructor

Properties

account

Abstract account: null | AbstractAccount

Inherited from

AbstractProgram.account

Defined in

index.ts:71


id

Abstract id: AbstractAddress

Defined in

index.ts:82


interface

Abstract interface: Object

Type declaration

NameType
jsonAbiany

Inherited from

AbstractProgram.interface

Defined in

index.ts:72


provider

Abstract provider: null | { sendTransaction: (transactionRequest: any, options?: any) => any }

Inherited from

AbstractProgram.provider

Defined in

index.ts:76