Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MsgStoreCode

Hierarchy

Index

Constructors

constructor

  • new MsgStoreCode(sender: string, wasm_byte_code: string): MsgStoreCode
  • Parameters

    • sender: string

      code creator

    • wasm_byte_code: string

      base64-encoded bytecode contents

    Returns MsgStoreCode

Properties

sender

sender: string

wasm_byte_code

wasm_byte_code: string

Methods

packAny

  • packAny(): Any

toAmino

toAminoJSON

  • toAminoJSON(): string
  • Returns string

toData

toJSON

  • toJSON(): string
  • Returns string

toProto

  • toProto(): MsgStoreCode

Static fromAmino

Static fromData

Static fromProto

Static unpackAny