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

    Class MsgSetReservedProtocolAddress

    MsgSetReservedProtocolAddress sets or unsets a reserved protocol address (governance-only).

    from message badges.MsgSetReservedProtocolAddress

    Hierarchy

    Index

    Constructors

    Properties

    address: string = ""

    Address to set or unset as reserved protocol address.

    from field: string address = 2;

    authority: string = ""

    authority is the address that controls the module (defaults to x/gov unless overwritten).

    from field: string authority = 1;

    isReservedProtocol: boolean = false

    Whether the address should be a reserved protocol address (true) or not (false).

    from field: bool isReservedProtocol = 3;

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

    Methods