Overview

Namespaces

  • Sotr
    • Crypto
      • Bitstamp
      • Btce

Classes

  • AbstractApi
  • AbstractRequestSigner
  • AccountBalance
  • CurrencyPair
  • Ticker
  • TimestampNonceGenerator

Interfaces

  • CurrencyPairResolverInterface
  • ExchangeApiInterface
  • NonceGeneratorInterface
  • RequestSignerInterface
  • Overview
  • Namespace
  • Class

Class TimestampNonceGenerator

A simple implementation of a nonce generator which returns the current UNIX timestamp as the nonce.

Sotr\Crypto\TimestampNonceGenerator implements Sotr\Crypto\NonceGeneratorInterface
Namespace: Sotr\Crypto
Located at TimestampNonceGenerator.php
Methods summary
public string
# generateNonce( )

Generates a nonce.

Generates a nonce.

Returns

string

Implementation of

Sotr\Crypto\NonceGeneratorInterface::generateNonce()
API documentation generated by ApiGen