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

    Class MsgCreateAddressLists

    MsgCreateAddressLists is used to create address lists.

    from message badges.MsgCreateAddressLists

    Hierarchy

    Index

    Constructors

    Properties

    addressLists: AddressListInput[] = []

    Address lists to create. The createdBy field will be automatically set to the creator address.

    from field: repeated badges.AddressListInput addressLists = 2;

    creator: string = ""

    Address of the creator.

    from field: string creator = 1;

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

    Methods