Variable MsgDepositForBurn

MsgDepositForBurn: {
    create<I>(base?): MsgDepositForBurn;
    decode(input, length?): MsgDepositForBurn;
    encode(message, writer?): Writer;
    fromJSON(object): MsgDepositForBurn;
    fromPartial<I>(object): MsgDepositForBurn;
    toJSON(message): unknown;
}

Type declaration

  • create:function
    • Type Parameters

      • I extends {
            amount?: string;
            burnToken?: string;
            destinationDomain?: number;
            from?: string;
            mintRecipient?: Uint8Array;
        } & {
            amount?: string;
            burnToken?: string;
            destinationDomain?: number;
            from?: string;
            mintRecipient?: Uint8Array;
        } & {
            [K in string | number | symbol]: never
        }

      Parameters

      • Optional base: I

      Returns MsgDepositForBurn

  • decode:function
  • encode:function
    • Parameters

      Returns Writer

  • fromJSON:function
  • fromPartial:function
    • Type Parameters

      • I extends {
            amount?: string;
            burnToken?: string;
            destinationDomain?: number;
            from?: string;
            mintRecipient?: Uint8Array;
        } & {
            amount?: string;
            burnToken?: string;
            destinationDomain?: number;
            from?: string;
            mintRecipient?: Uint8Array;
        } & {
            [K in string | number | symbol]: never
        }

      Parameters

      • object: I

      Returns MsgDepositForBurn

  • toJSON:function