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

    Interface VaultTxnResult

    The result fields of a protocol vault related transaction

    The generic type that shows fields that should be present for each protocol vault related transaction

    interface VaultTxnResult {
        error?: string;
        hash: string;
        success: boolean;
    }
    Index

    Properties

    Properties

    error?: string

    error message if an operation is not successful

    hash: string

    hash of the operation

    success: boolean

    if an operation is successful or not