Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MsgMigrateCode

Hierarchy

Index

Constructors

  • 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: number
sender: string
wasm_byte_code: string

Methods

  • packAny(_?: boolean): Any
  • toAminoJSON(isClassic?: boolean): string
  • Parameters

    • Optional isClassic: boolean

    Returns string

  • toJSON(isClassic?: boolean): string
  • Parameters

    • Optional isClassic: boolean

    Returns string

  • toProto(_?: boolean): MsgMigrateCode