Struct coinbase_api::PrivateClient[][src]

pub struct PrivateClient { /* fields omitted */ }

HTTP client for the authenticated private API.

Methods

impl PrivateClient
[src]

Creates a new client. The base argument should be SANDBOX or LIVE.

Auto Trait Implementations