UNPKG

@coinbase/cdp-sdk

Version:

SDK for interacting with the Coinbase Developer Platform Wallet API

10 lines (9 loc) 195 B
/** * Request parameters for authentication requests. */ export interface AuthRequest { /** * The headers to be included in the request. */ headers: Record<string, string>; }