interface Code {
    checksum: string;
    creator: string;
    id: number;
}

Hierarchy (view full)

Properties

Properties

checksum: string

Hex-encoded sha256 hash of the code stored here

creator: string

Bech32 account address

id: number

Generated using TypeDoc