A Fuel Identity with the Address variant.

const identity: IdentityAddress = { Address: "0xabcd...1234" };
interface IdentityAddress {
    Address: string;
}

Properties

Properties

Address: string

The 0x-prefixed, 64-character hex address.