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

    Class GenesisState

    GenesisState defines the maps module's genesis state.

    from message maps.GenesisState

    Hierarchy

    Index

    Constructors

    Properties

    duplicatesFullKeys: string[] = []

    from field: repeated string duplicates_full_keys = 6;

    fullKeys: string[] = []

    from field: repeated string full_keys = 4;

    maps: maps.Map[] = []

    from field: repeated maps.Map maps = 3;

    params?: maps.Params

    from field: maps.Params params = 1;

    portId: string = ""

    from field: string port_id = 2;

    values: maps.ValueStore[] = []

    from field: repeated maps.ValueStore values = 5;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "maps.GenesisState"

    Methods