Class: Faker::Tezos

Inherits:
Object
  • Object
show all
Extended by:
Gem::Deprecate
Defined in:
lib/faker/deprecate/tezos.rb

Class Method Summary collapse

Class Method Details

.accountObject



11
12
13
# File 'lib/faker/deprecate/tezos.rb', line 11

def 
  Faker::Blockchain::Tezos.
end

.contractObject



15
16
17
# File 'lib/faker/deprecate/tezos.rb', line 15

def contract
  Faker::Blockchain::Tezos.contract
end

.operationObject



19
20
21
# File 'lib/faker/deprecate/tezos.rb', line 19

def operation
  Faker::Blockchain::Tezos.operation
end

.signatureObject



23
24
25
# File 'lib/faker/deprecate/tezos.rb', line 23

def signature
  Faker::Blockchain::Tezos.signature
end