Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
25
export
interface
WithAddress {
26
address: Address;
27
}
28
29
export
interface
WithContractId {
30
id: Address;
Callers
nothing calls this directly
Implementers
1
Account
packages/account/src/account.ts
Calls
no outgoing calls
Tested by
no test coverage detected