interface RequestCheckTxAmino {
    tx?: string;
    type?: CheckTxType;
}

Properties

Properties

tx?: string