@mycelium-sdk/core
    Preparing search index...

    Interface SparkVaultTxnResult

    The result of a Spark vault deposit or withdrawal transaction

    interface SparkVaultTxnResult {
        hash: string;
        success: boolean;
    }
    Index

    Properties

    Properties

    hash: string

    hash of the operation

    success: boolean

    the boolean value that indicates if the transaction was successful