Quick actions

cmd+k|ctrl+k

Navigation

Languages

ISP Implementation

Snippet info

Language

Swift

Visibility

public

Author

alfian

Created

2020-06-03T07:17:53Z

Updated

2020-06-03T07:17:53Z

protocol EWalletProvider {
   func accountID()
   func walletProviderID()
}
INFO