Icon HelpCircleForumIcon Link

⌘K

Icon HelpCircleForumIcon Link
Abstractaccount

Icon LinkClass: AbstractAccount

@fuel-ts/interfaces .AbstractAccount

Icon LinkHierarchy

  • AbstractAccount

Icon LinkConstructors

Icon Linkconstructor

new AbstractAccount(): AbstractAccount

Icon LinkReturns

AbstractAccount

Icon LinkProperties

Icon Linkaddress

Abstract address: AbstractAddress

Icon LinkDefined in

index.ts:61 Icon Link


Icon Linkprovider

Abstract provider: unknown

Icon LinkDefined in

index.ts:62 Icon Link

Icon LinkMethods

Icon Linkfund

fund(transactionRequest, txCost): Promise<any>

Icon LinkParameters

NameType
transactionRequestany
txCostany

Icon LinkReturns

Promise<any>

Icon LinkDefined in

index.ts:66 Icon Link


Icon LinkgetResourcesToSpend

getResourcesToSpend(quantities, options?): any

Icon LinkParameters

NameType
quantitiesany[]
options?any

Icon LinkReturns

any

Icon LinkDefined in

index.ts:63 Icon Link


Icon LinksendTransaction

sendTransaction(transactionRequest, options?): any

Icon LinkParameters

NameType
transactionRequestany
options?any

Icon LinkReturns

any

Icon LinkDefined in

index.ts:64 Icon Link


Icon LinksimulateTransaction

simulateTransaction(transactionRequest, options?): any

Icon LinkParameters

NameType
transactionRequestany
options?any

Icon LinkReturns

any

Icon LinkDefined in

index.ts:65 Icon Link