@circle-fin/usdckit - v0.18.0
    Preparing search index...

    Type Alias ParseUnitsAsTokenParams

    type ParseUnitsAsTokenParams = {
        chain?: Chain;
        token?: Address | ChainContract | null;
        value: NativeUnits | BaseUnits;
    }
    Index

    Properties

    Properties

    chain?: Chain

    The blockchain chain to use (optional, defaults to client's chain).

    token?: Address | ChainContract | null

    The token address (optional).

    The amount to transfer.