Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MsgMigrateCode

Hierarchy

Index

Constructors

constructor

  • new MsgMigrateCode(sender: string, code_id: number, wasm_byte_code: string): MsgMigrateCode
  • Parameters

    • sender: string

      code migrator address

    • code_id: number

      reference to the code on the blockchain

    • wasm_byte_code: string

      base64-encoded bytecode contents

    Returns MsgMigrateCode

Properties

code_id

code_id: number

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(): MsgMigrateCode

Static fromAmino

Static fromData

Static fromProto

Static unpackAny