MCPcopy
hub / github.com/FuelLabs/fuels-ts / WithAddress

Interface WithAddress

packages/address/src/types.ts:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23};
24
25export interface WithAddress {
26 address: Address;
27}
28
29export interface WithContractId {
30 id: Address;

Callers

nothing calls this directly

Implementers 1

Accountpackages/account/src/account.ts

Calls

no outgoing calls

Tested by

no test coverage detected