PHP Interface Bitpay\Storage\StorageInterface

Exibir arquivo Open project: bitpay/php-client

Public Methods

Method Description
load ( string $id ) : KeyInterface
persist ( Bitpay\KeyInterface $key )

Method Details

load() public method

public load ( string $id ) : KeyInterface
$id string
return KeyInterface

persist() public method

public persist ( Bitpay\KeyInterface $key )
$key Bitpay\KeyInterface