Module: Coinbase::ServerSigner::Status

Defined in:
lib/coinbase/server_signer.rb

Overview

A representation of ServerSigner status in a Wallet.

Constant Summary collapse

PENDING =

The Wallet is awaiting seed creation by the ServerSigner. At this point, the Wallet cannot create addresses or sign transactions.

'pending_seed_creation'
ACTIVE =

The Wallet has an associated seed created by the ServerSigner. It is ready to create addresses and sign transactions.

'active_seed'