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

    Class MsgCreateDynamicStore

    MsgCreateDynamicStore is used to create a new dynamic store.

    from message badges.MsgCreateDynamicStore

    Hierarchy

    Index

    Constructors

    Properties

    creator: string = ""

    Address of the creator.

    from field: string creator = 1;

    customData: string = ""

    Custom data field for storing arbitrary data associated with this dynamic store.

    from field: string customData = 4;

    defaultValue: boolean = false

    The default value for uninitialized addresses (true/false).

    from field: bool defaultValue = 2;

    uri: string = ""

    URI for additional metadata or resources associated with this dynamic store.

    from field: string uri = 3;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "badges.MsgCreateDynamicStore"

    Methods