@btc-stamps/tx-builder - v0.1.7
    Preparing search index...

    Interface AssetValidationResult

    Result of asset validation operations

    interface AssetValidationResult {
        errors: string[];
        isAvailable: boolean;
        isValid: boolean;
        normalizedName: string;
        warnings: string[];
    }
    Index

    Properties

    errors: string[]

    List of validation errors

    isAvailable: boolean

    Whether the asset is available for registration

    isValid: boolean

    Whether the asset name format is valid

    normalizedName: string

    Normalized asset name

    warnings: string[]

    List of validation warnings