A Fuel Identity with the Address variant.
const identity: IdentityAddress = { Address: "0xabcd...1234" }; Copy
const identity: IdentityAddress = { Address: "0xabcd...1234" };
The 0x-prefixed, 64-character hex address.
A Fuel Identity with the Address variant.
Example