interface TxRawProtoMsg {
    typeUrl: "/cosmos.tx.v1beta1.TxRaw";
    value: Uint8Array;
}

Properties

Properties

typeUrl: "/cosmos.tx.v1beta1.TxRaw"
value: Uint8Array