RegisterLinkUserResult:
    | { customerId: string; error?: undefined }
    | { customerId?: undefined; error: CryptoOnrampError }

Result of registering a new Link user.

Type declaration

  • { customerId: string; error?: undefined }
    • customerId: string

      The crypto customer ID for the newly registered Link user.

    • Optionalerror?: undefined
  • { customerId?: undefined; error: CryptoOnrampError }
    • OptionalcustomerId?: undefined
    • error: CryptoOnrampError

      Present if registration failed with an error.