• React hook for retrieving a function that can be used to send a transaction. Upon sending, it will poll server.getTransactionStatus, until the transaction succeeds/fails, and return the result.

    Type Parameters

    • E = Error

    Parameters

    Returns SendTransactionResult<E>

    A sendTransaction function

Generated using TypeDoc