Initial commit
This commit is contained in:
15
lib/peatio/gnosis/wallet.rb
Normal file
15
lib/peatio/gnosis/wallet.rb
Normal file
@@ -0,0 +1,15 @@
|
||||
module Gnosis
|
||||
class Wallet < Ethereum::Wallet
|
||||
def create_address!(_options = {})
|
||||
method_not_implemented
|
||||
end
|
||||
|
||||
def create_transaction!(_transaction, _options = {})
|
||||
method_not_implemented
|
||||
end
|
||||
|
||||
def prepare_deposit_collection!(_transaction, _deposit_spread, _deposit_currency)
|
||||
method_not_implemented
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user