interface ContractCodeHistoryEntry {
    codeId: number;
    msg: any;
    operation: "Genesis" | "Init" | "Migrate";
}

Properties

Properties

codeId: number
msg: any
operation: "Genesis" | "Init" | "Migrate"

The source of this history entry

Generated using TypeDoc