Class: Coinbase::ExternalAddress
- Defined in:
- lib/coinbase/address/external_address.rb
Overview
A representation of a blockchain Address that does not belong to a Coinbase::Wallet. External addresses can be used to fetch balances, request funds from the faucet, etc., but cannot be used to sign transactions.
Instance Attribute Summary
Attributes inherited from Address
Method Summary
Methods inherited from Address
#balance, #balances, #build_claim_stake_operation, #build_stake_operation, #build_unstake_operation, #can_sign?, #claimable_balance, #faucet, #historical_balances, #historical_staking_balances, #initialize, #inspect, #stakeable_balance, #staking_balances, #staking_rewards, #to_s, #transactions, #unstakeable_balance
Constructor Details
This class inherits a constructor from Coinbase::Address