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:69 Icon Link


Icon Linkinterface

Abstract interface: Object

Icon LinkType declaration

NameType
decodeFunctionResult(func: any, result: string | Uint8Array) => any
encodeFunctionData(func: any, args: any[], offset: number) => any
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:63 Icon Link