Libraries
»
omisego
(0.12.0)
»
Index
»
OmiseGO
»
Wallet
»
#account
Method: OmiseGO::Wallet#account
Defined in:
lib/omisego/wallet.rb
#
account
⇒
Object
53 54 55
# File 'lib/omisego/wallet.rb', line 53
def
account
@_account
||=
Account
.
new
(
@account
)
end