@shieldz/sdk
    Preparing search index...

    Interface Settlement

    interface Settlement {
        address: string;
        asset: string;
        chain: string;
    }
    Index

    Properties

    Properties

    address: string

    The address funds settle to (the merchant's own wallet).

    asset: string

    Settlement asset, e.g. "USDC", "USDT".

    chain: string

    Settlement chain code, e.g. "BASE", "ARB", "OP", "POLY", "ETH".