Interface SendTxPayload

interface SendTxPayload {
    Move: {
        authenticator: AnyAuthenticatorJSON;
        raw_txn: RawTxnJSON;
    };
}

Properties

Properties

Move: {
    authenticator: AnyAuthenticatorJSON;
    raw_txn: RawTxnJSON;
}

Type declaration