Property | Type | Description | |
---|---|---|---|
DEFAULT_GAS_PRICE | System.Numerics.BigInteger | ||
DEFFAULT_GAS_LIMIT | System.Numerics.BigInteger |
Method | Description | |
---|---|---|
GetRLPEncoded ( ) : byte[] | ||
GetRLPEncodedRaw ( ) : byte[] | ||
Sign ( |
||
ToJsonHex ( ) : string | ||
Transaction ( byte rawData ) : System.Numerics | ||
Transaction ( byte nonce, byte gasPrice, byte gasLimit, byte receiveAddress, byte value, byte data ) : System.Numerics | ||
Transaction ( byte nonce, byte gasPrice, byte gasLimit, byte receiveAddress, byte value, byte data, byte r, byte s, byte v ) : System.Numerics | ||
Transaction ( string to, System.Numerics.BigInteger amount, System.Numerics.BigInteger nonce ) : System.Numerics | ||
Transaction ( string to, System.Numerics.BigInteger amount, System.Numerics.BigInteger nonce, System.Numerics.BigInteger gasPrice, System.Numerics.BigInteger gasLimit ) : System.Numerics | ||
Transaction ( string to, System.Numerics.BigInteger amount, System.Numerics.BigInteger nonce, System.Numerics.BigInteger gasPrice, System.Numerics.BigInteger gasLimit, string data ) : System.Numerics | ||
Transaction ( string to, System.Numerics.BigInteger amount, System.Numerics.BigInteger nonce, string data ) : System.Numerics |
Method | Description | |
---|---|---|
GetElementsInOrder ( byte nonce, byte gasPrice, byte gasLimit, byte receiveAddress, byte value, byte data ) : byte[][] | ||
ToHex ( byte x ) : string |
public Transaction ( byte rawData ) : System.Numerics | ||
rawData | byte | |
return | System.Numerics |
public Transaction ( byte nonce, byte gasPrice, byte gasLimit, byte receiveAddress, byte value, byte data ) : System.Numerics | ||
nonce | byte | |
gasPrice | byte | |
gasLimit | byte | |
receiveAddress | byte | |
value | byte | |
data | byte | |
return | System.Numerics |
public Transaction ( byte nonce, byte gasPrice, byte gasLimit, byte receiveAddress, byte value, byte data, byte r, byte s, byte v ) : System.Numerics | ||
nonce | byte | |
gasPrice | byte | |
gasLimit | byte | |
receiveAddress | byte | |
value | byte | |
data | byte | |
r | byte | |
s | byte | |
v | byte | |
return | System.Numerics |
public Transaction ( string to, System.Numerics.BigInteger amount, System.Numerics.BigInteger nonce ) : System.Numerics | ||
to | string | |
amount | System.Numerics.BigInteger | |
nonce | System.Numerics.BigInteger | |
return | System.Numerics |
public Transaction ( string to, System.Numerics.BigInteger amount, System.Numerics.BigInteger nonce, System.Numerics.BigInteger gasPrice, System.Numerics.BigInteger gasLimit ) : System.Numerics | ||
to | string | |
amount | System.Numerics.BigInteger | |
nonce | System.Numerics.BigInteger | |
gasPrice | System.Numerics.BigInteger | |
gasLimit | System.Numerics.BigInteger | |
return | System.Numerics |
public Transaction ( string to, System.Numerics.BigInteger amount, System.Numerics.BigInteger nonce, System.Numerics.BigInteger gasPrice, System.Numerics.BigInteger gasLimit, string data ) : System.Numerics | ||
to | string | |
amount | System.Numerics.BigInteger | |
nonce | System.Numerics.BigInteger | |
gasPrice | System.Numerics.BigInteger | |
gasLimit | System.Numerics.BigInteger | |
data | string | |
return | System.Numerics |
public Transaction ( string to, System.Numerics.BigInteger amount, System.Numerics.BigInteger nonce, string data ) : System.Numerics | ||
to | string | |
amount | System.Numerics.BigInteger | |
nonce | System.Numerics.BigInteger | |
data | string | |
return | System.Numerics |
public static BigInteger,System.Numerics DEFAULT_GAS_PRICE | ||
return | System.Numerics.BigInteger |