Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Msg

Hierarchy

Index

Methods

getSignBytes

  • getSignBytes(codec: Codec): Uint8Array
  • Get the canonical byte representation of the Msg.

    Parameters

    • codec: Codec

    Returns Uint8Array

    Return sorted by alphabetically amino encoded json by default.

getSigners

Abstract validateBasic

  • validateBasic(): void
  • ValidateBasic does a simple validation check that doesn't require access to any other information. You can throw error in this when msg is invalid.

    Returns void

Generated using TypeDoc