Skip to main content
Protocol
protocol TransferService : Sendable

Instance Methods

listTransfers(_:)

func listTransfers(_ params: ListTransfersQueryParams) async throws(WalletError) -> TransferListResult

transferToken(_:)

func transferToken(_ request: TransferTokenRequest) async throws(TransactionError) -> any TransactionApiModel