Options
All
  • Public
  • Public/Protected
  • All
Menu

Module lib/proto/cosmos/bank/v1beta1/tx

Index

Type aliases

DeepPartial

DeepPartial<T>: T extends Builtin ? T : T extends infer U[] ? DeepPartial<U>[] : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {[ K in keyof T]: DeepPartial<T[K]> } : Partial<T>

Type parameters

  • T

Variables

MsgMultiSend

MsgMultiSend: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

  • decode: function
    • decode(input: Uint8Array | Reader, length?: number): MsgMultiSend
  • encode: function
  • fromJSON: function
  • fromPartial: function
    • fromPartial(object: { inputs?: { address?: string | undefined; coins?: { denom?: string | undefined; amount?: string | undefined; }[] | undefined; }[]; outputs?: { address?: string | undefined; coins?: { denom?: string | undefined; amount?: string | undefined; }[] | undefined; }[] }): MsgMultiSend
    • Parameters

      • object: { inputs?: { address?: string | undefined; coins?: { denom?: string | undefined; amount?: string | undefined; }[] | undefined; }[]; outputs?: { address?: string | undefined; coins?: { denom?: string | undefined; amount?: string | undefined; }[] | undefined; }[] }
        • Optional inputs?: { address?: string | undefined; coins?: { denom?: string | undefined; amount?: string | undefined; }[] | undefined; }[]
        • Optional outputs?: { address?: string | undefined; coins?: { denom?: string | undefined; amount?: string | undefined; }[] | undefined; }[]

      Returns MsgMultiSend

  • toJSON: function

MsgMultiSendResponse

MsgMultiSendResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

MsgSend

MsgSend: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

MsgSendResponse

MsgSendResponse: { decode: any; encode: any; fromJSON: any; fromPartial: any; toJSON: any }

Type declaration

Const protobufPackage

protobufPackage: "cosmos.bank.v1beta1" = 'cosmos.bank.v1beta1'

Generated using TypeDoc