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

    Class MsgDeposit

    MsgDeposit defines a message to submit a deposit to an existing proposal.

    from message cosmos.gov.v1.MsgDeposit

    Hierarchy

    Index

    Constructors

    Properties

    amount: Coin[] = []

    amount to be deposited by depositor.

    from field: repeated cosmos.base.v1beta1.Coin amount = 3;

    depositor: string = ""

    depositor defines the deposit addresses from the proposals.

    from field: string depositor = 2;

    proposalId: bigint = protoInt64.zero

    proposal_id defines the unique id of the proposal.

    from field: uint64 proposal_id = 1;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.gov.v1.MsgDeposit"

    Methods