interface CodeDetails {
    checksum: string;
    creator: string;
    data: Uint8Array;
    id: number;
}

Hierarchy (view full)

Properties

Properties

checksum: string

Hex-encoded sha256 hash of the code stored here

creator: string

Bech32 account address

data: Uint8Array

The original Wasm bytes

id: number

Generated using TypeDoc