movement-fireblocks-sdk
    Preparing search index...

    Type Alias SubmitTransactionArguments

    type SubmitTransactionArguments = {
        feePayerAuthenticator?: AccountAuthenticator;
        senderAuthenticator: AccountAuthenticator;
        transaction: AnyRawTransaction;
    }
    Index

    Properties

    feePayerAuthenticator?: AccountAuthenticator
    senderAuthenticator: AccountAuthenticator
    transaction: AnyRawTransaction