Overview

Namespaces

  • Liberty
  • None

Classes

  • BigInteger
  • Block
  • Blockchain
  • Collection
  • CollectionFileList
  • File
  • Folder
  • INI
  • LECDSA
  • Onecrypt
  • SSV
  • Text
  • Transaction
  • Wallet
  • WebPeer
  • Overview
  • Namespace
  • Class

Class Transaction

Liberty Transaction Class

Liberty\SSV
Extended by Liberty\Transaction
Namespace: Liberty
Package: Liberty
Category: Cryptocurrency
License: MIT License
Author: Liberty Group cryptolibertygroup@gmail.com
Version: 1.0.0
Since: 2018-01-16
Located at Liberty/Transaction.php
Methods summary
public string|boolean
# __construct( string $path )

Create a Database object with connections and functions to operate.

Create a Database object with connections and functions to operate.

Parameters

$path
$fullPath The full path to the SSV file.

Returns

string|boolean
True or an error text.

Overrides

Liberty\SSV::__construct()
public
# message( )
public
# receiver( $message )
public
# rtransaction( $privk, $receiver, $amount, $fee = 0 )
public
# signature( )
public
# transaction( $privk, $receiver, $amount, $fee = 0 )
public static
# fee( $amount )
public static
# verify( $sender, $receiver, $amount, $fee, $time, $signature )
Methods inherited from Liberty\SSV
_translate(), add(), columns(), columnsCount(), delete(), edit(), filecreate(), filedelete(), fileerase(), findBy(), row(), rowsBy(), rowsCount()
Properties summary
public $path
#
public $ec
#
public $bc
#
public $sender
#
public $receiver
#
public $amount
#
public $fee
#
public $time
#
Properties inherited from Liberty\SSV
$ssv
API documentation generated by ApiGen