Method | Description | |
---|---|---|
BlockTx ( int index, |
||
BlockTx ( int index, UInt256 hash, ImmutableArray |
||
Create ( int txIndex, |
||
Create ( int txIndex, BitSharp.Core.Domain.Transaction tx ) : |
||
Decode ( ) : |
public BlockTx ( int index, |
||
index | int | |
encodedTx | ||
return | BitSharp.Common |
public BlockTx ( int index, UInt256 hash, ImmutableArray |
||
index | int | |
hash | UInt256 | |
txBytes | ImmutableArray |
|
return | BitSharp.Common |
public static Create ( int txIndex, |
||
txIndex | int | |
tx | ||
return |
public static Create ( int txIndex, BitSharp.Core.Domain.Transaction tx ) : |
||
txIndex | int | |
tx | BitSharp.Core.Domain.Transaction | |
return |