WalletApiRepository

interface WalletApiRepository

Functions

delete
Link copied to clipboard

Delete a consumers wallet. This API is IP restricted to allow unauthenticated server side calls.

abstract fun delete(walletDeleteRequest: WalletDeleteRequest): ApiResult<WalletDeleteResponse>
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String