bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class ContractCodeHistoryEntry

    ContractCodeHistoryEntry metadata to a contract.

    from message cosmwasm.wasm.v1.ContractCodeHistoryEntry

    Hierarchy

    Index

    Constructors

    Properties

    codeId: bigint = protoInt64.zero

    CodeID is the reference to the stored WASM code

    from field: uint64 code_id = 2;

    msg: Uint8Array<ArrayBuffer> = ...

    from field: bytes msg = 4;

    operation: ContractCodeHistoryOperationType = ContractCodeHistoryOperationType.UNSPECIFIED

    from field: cosmwasm.wasm.v1.ContractCodeHistoryOperationType operation = 1;

    Updated Tx position when the operation was executed.

    from field: cosmwasm.wasm.v1.AbsoluteTxPosition updated = 3;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmwasm.wasm.v1.ContractCodeHistoryEntry"

    Methods