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

    Enumeration ContractCodeHistoryOperationType

    ContractCodeHistoryOperationType actions that caused a code change

    from enum cosmwasm.wasm.v1.ContractCodeHistoryOperationType

    Index

    Enumeration Members

    Enumeration Members

    GENESIS: 3

    ContractCodeHistoryOperationTypeGenesis based on genesis data

    from enum value: CONTRACT_CODE_HISTORY_OPERATION_TYPE_GENESIS = 3;

    INIT: 1

    ContractCodeHistoryOperationTypeInit on chain contract instantiation

    from enum value: CONTRACT_CODE_HISTORY_OPERATION_TYPE_INIT = 1;

    MIGRATE: 2

    ContractCodeHistoryOperationTypeMigrate code migration

    from enum value: CONTRACT_CODE_HISTORY_OPERATION_TYPE_MIGRATE = 2;

    UNSPECIFIED: 0

    ContractCodeHistoryOperationTypeUnspecified placeholder for empty value

    from enum value: CONTRACT_CODE_HISTORY_OPERATION_TYPE_UNSPECIFIED = 0;