CDP Frontend SDK
    Preparing search index...

    Type Alias unstable_OnrampSuccessEventData

    Data that is emitted with the onramp transaction success event.

    type unstable_OnrampSuccessEventData = {
        assetImageUrl: string;
        assetName: string;
        assetSymbol: string;
        chainId: string;
    }
    Index

    Properties

    assetImageUrl: string
    assetName: string
    assetSymbol: string
    chainId: string