Method: Faker::Blockchain::Aeternity.oracle

Defined in:
lib/faker/blockchain/aeternity.rb

.oracleString

Produces a random Aeternity oracle

Examples:

Faker::Blockchain::Aeternity.oracle
  #=> "ok_28QDg7fkF5qiKueSdUvUBtCYPJdmMEoS73CztzXCRAwMGKHKZh"

Returns:



55
56
57
# File 'lib/faker/blockchain/aeternity.rb', line 55

def oracle
  "ok_#{rand_strings(51)}"
end