Icon LinkClass: AbstractContract

@fuel-ts/interfaces .AbstractContract

Icon LinkHierarchy

  • AbstractProgram

    AbstractContract

Icon LinkImplemented by

Icon LinkConstructors

Icon Linkconstructor

new AbstractContract()

Icon LinkInherited from

AbstractProgram.constructor

Icon LinkProperties

Icon Linkaccount

Abstract account: null | AbstractAccount

Icon LinkInherited from

AbstractProgram.account

Icon LinkDefined in

index.ts:56 Icon Link


Icon Linkid

Abstract id: AbstractAddress

Icon LinkDefined in

index.ts:67 Icon Link


Icon Linkinterface

Abstract interface: Object

Icon LinkType declaration

NameType
updateExternalLoggedTypes(id: string, abiInterface: any) => any

Icon LinkInherited from

AbstractProgram.interface

Icon LinkDefined in

index.ts:57 Icon Link


Icon Linkprovider

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

Icon LinkInherited from

AbstractProgram.provider

Icon LinkDefined in

index.ts:61 Icon Link

Was this page helpful?