UNPKG

@terra-classic-community/terra.js

Version:
9 lines (8 loc) 256 B
import { MsgUnjail } from './MsgUnjail'; export * from './MsgUnjail'; export declare type SlashingMsg = MsgUnjail; export declare namespace SlashingMsg { type Amino = MsgUnjail.Amino; type Data = MsgUnjail.Data; type Proto = MsgUnjail.Proto; }