@waves/waves-transactions
    Preparing search index...

    Variable validateConst

    validate: {
        alias: (tx: Record<string, any>) => boolean;
        auth: (tx: Record<string, any>) => boolean;
        burn: (tx: Record<string, any>) => boolean;
        cancelLease: (tx: Record<string, any>) => boolean;
        cancelOrder: (tx: Record<string, any>) => boolean;
        commitToGeneraction: (tx: Record<string, any>) => boolean;
        customData: (value: unknown) => any;
        data: (tx: Record<string, any>) => boolean;
        dataFieldValidator: (item: unknown) => boolean;
        exchange: (tx: Record<string, any>) => boolean;
        invokeScript: (tx: Record<string, any>) => boolean;
        issue: (tx: Record<string, any>) => boolean;
        lease: (tx: Record<string, any>) => boolean;
        massTransfer: (tx: Record<string, any>) => boolean;
        order: (value: unknown) => boolean;
        reissue: (tx: Record<string, any>) => boolean;
        setAssetScript: (tx: Record<string, any>) => boolean;
        setScript: (tx: Record<string, any>) => boolean;
        sponsorship: (tx: Record<string, any>) => boolean;
        transfer: (tx: Record<string, any>) => boolean;
        updateAssetInfo: (tx: Record<string, any>) => boolean;
        wavesAuth: (tx: Record<string, any>) => boolean;
    } = ...

    Type Declaration

    • alias: (tx: Record<string, any>) => boolean
    • auth: (tx: Record<string, any>) => boolean
    • burn: (tx: Record<string, any>) => boolean
    • cancelLease: (tx: Record<string, any>) => boolean
    • cancelOrder: (tx: Record<string, any>) => boolean
    • commitToGeneraction: (tx: Record<string, any>) => boolean
    • customData: (value: unknown) => any
    • data: (tx: Record<string, any>) => boolean
    • dataFieldValidator: (item: unknown) => boolean
    • exchange: (tx: Record<string, any>) => boolean
    • invokeScript: (tx: Record<string, any>) => boolean
    • issue: (tx: Record<string, any>) => boolean
    • lease: (tx: Record<string, any>) => boolean
    • massTransfer: (tx: Record<string, any>) => boolean
    • order: (value: unknown) => boolean
    • reissue: (tx: Record<string, any>) => boolean
    • setAssetScript: (tx: Record<string, any>) => boolean
    • setScript: (tx: Record<string, any>) => boolean
    • sponsorship: (tx: Record<string, any>) => boolean
    • transfer: (tx: Record<string, any>) => boolean
    • updateAssetInfo: (tx: Record<string, any>) => boolean
    • wavesAuth: (tx: Record<string, any>) => boolean