interface AnyAminoMsg {
    type: string;
    value: AnyAmino;
}

Properties

Properties

type: string
value: AnyAmino