interface CodeInfo {
    creator: string;
    wasmCode: Uint8Array;
}

Properties

Properties

creator: string
wasmCode: Uint8Array

Generated using TypeDoc