A Fuel Identity with the ContractId variant.

const identity: IdentityContractId = { ContractId: "0xabcd...1234" };
interface IdentityContractId {
    ContractId: string;
}

Properties

Properties

ContractId: string

The 0x-prefixed, 64-character hex contract ID.