Documentation

SolidityFunction
in package

SolidityFunction represents a Solidity function type, consisting with its address and 4-byte signature, uniquely pointing to address and selector.

Tags
author

DubbaThony

Table of Contents

Properties

$address  : Address
$signature  : SolidityFunction4BytesSignature

Methods

__construct()  : mixed
Constructs new instance using Address
toBin()  : string
Serializes transaction to binary blob

Properties

Methods

toBin()

Serializes transaction to binary blob

public toBin() : string
Return values
string

binary blob


        
On this page

Search results