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

    Represents the input for retrieving a wallet.

    interface GetWalletInput {
        id: string;
        xRequestId?: string;
    }

    Hierarchy

    • Common
      • GetWalletInput
    Index

    Properties

    Properties

    id: string

    The ID of the wallet to retrieve.

    xRequestId?: string

    Developer-provided parameter used to identify this request.