nonce

package
v0.0.0-...-eb07c7e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2019 License: MIT Imports: 2 Imported by: 0

README

GoCryptoTrader package Nonce

Build Status Software License GoDoc Coverage Status Go Report Card

This nonce package is part of the GoCryptoTrader codebase.

This is still in active development

You can track ideas, planned features and what's in progresss on this Trello board: https://trello.com/b/ZAhMhpOy/gocryptotrader.

Join our slack to discuss all things related to GoCryptoTrader! GoCryptoTrader Slack

Current Features for nonce

  • This package services the exchanges package with nonce creation.
Please click GoDocs chevron above to view current GoDoc information for this package

Contribution

Please feel free to submit any pull requests or suggest any desired features to be added.

When submitting a PR, please abide by our coding guidelines:

  • Code must adhere to the official Go formatting guidelines (i.e. uses gofmt).
  • Code must be documented adhering to the official Go commentary guidelines.
  • Code must adhere to our coding style.
  • Pull requests need to be based on and opened against the master branch.

Donations

If this framework helped you in any way, or you would like to support the developers working on it, please donate Bitcoin to:

1F5zVDgNjorJ51oGebSvNCrSAHpwGkUdDB

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Nonce

type Nonce struct {
	// contains filtered or unexported fields
}

Nonce struct holds the nonce value

func (*Nonce) Get

func (n *Nonce) Get() Value

Get retrives the nonce value

func (*Nonce) GetInc

func (n *Nonce) GetInc() Value

GetInc increments and returns the value of the nonce

func (*Nonce) Inc

func (n *Nonce) Inc()

Inc increments the nonce value

func (*Nonce) Set

func (n *Nonce) Set(val int64)

Set sets the nonce value

func (*Nonce) String

func (n *Nonce) String() string

String returns a string version of the nonce

type Value

type Value int64

Value is a return type for GetValue

func (Value) String

func (v Value) String() string

String is a Value method that changes format to a string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL