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