Documentation ¶
Index ¶
- func EqualOutput(t *testing.T, expected *utxoledger.Output, actual *utxoledger.Output)
- func EqualOutputs(t *testing.T, expected utxoledger.Outputs, actual utxoledger.Outputs)
- func EqualSpent(t *testing.T, expected *utxoledger.Spent, actual *utxoledger.Spent)
- func EqualSpents(t *testing.T, expected utxoledger.Spents, actual utxoledger.Spents)
- func RandLedgerStateOutput() *utxoledger.Output
- func RandLedgerStateOutputOnAddress(outputType iotago.OutputType, address iotago.Address) *utxoledger.Output
- func RandLedgerStateOutputOnAddressWithAmount(outputType iotago.OutputType, address iotago.Address, amount iotago.BaseToken) *utxoledger.Output
- func RandLedgerStateOutputWithOutput(output iotago.Output) *utxoledger.Output
- func RandLedgerStateOutputWithType(outputType iotago.OutputType) *utxoledger.Output
- func RandLedgerStateSpent(indexSpent iotago.SlotIndex) *utxoledger.Spent
- func RandLedgerStateSpentWithOutput(output *utxoledger.Output, indexSpent iotago.SlotIndex) *utxoledger.Spent
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EqualOutput ¶
func EqualOutput(t *testing.T, expected *utxoledger.Output, actual *utxoledger.Output)
func EqualOutputs ¶
func EqualOutputs(t *testing.T, expected utxoledger.Outputs, actual utxoledger.Outputs)
func EqualSpent ¶
func EqualSpent(t *testing.T, expected *utxoledger.Spent, actual *utxoledger.Spent)
func EqualSpents ¶
func EqualSpents(t *testing.T, expected utxoledger.Spents, actual utxoledger.Spents)
func RandLedgerStateOutput ¶
func RandLedgerStateOutput() *utxoledger.Output
func RandLedgerStateOutputOnAddress ¶
func RandLedgerStateOutputOnAddress(outputType iotago.OutputType, address iotago.Address) *utxoledger.Output
func RandLedgerStateOutputOnAddressWithAmount ¶
func RandLedgerStateOutputOnAddressWithAmount(outputType iotago.OutputType, address iotago.Address, amount iotago.BaseToken) *utxoledger.Output
func RandLedgerStateOutputWithOutput ¶
func RandLedgerStateOutputWithOutput(output iotago.Output) *utxoledger.Output
func RandLedgerStateOutputWithType ¶
func RandLedgerStateOutputWithType(outputType iotago.OutputType) *utxoledger.Output
func RandLedgerStateSpent ¶
func RandLedgerStateSpent(indexSpent iotago.SlotIndex) *utxoledger.Spent
func RandLedgerStateSpentWithOutput ¶
func RandLedgerStateSpentWithOutput(output *utxoledger.Output, indexSpent iotago.SlotIndex) *utxoledger.Spent
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.