Documentation ¶
Index ¶
- func GenericEnclaveTest(t *testing.T, enc tee.Enclave)
- func NewTx(rng *rand.Rand) *tee.Transaction
- func NewTxFrom(rng *rand.Rand, sender common.Address) *tee.Transaction
- func NewTxFromTo(rng *rand.Rand, sender, recipient common.Address) *tee.Transaction
- func RandomBP(rng *rand.Rand) *tee.BalanceProof
- func RandomBalance(rng *rand.Rand) tee.Balance
- func RandomDP(rng *rand.Rand) *tee.DepositProof
- func RandomSig(rng io.Reader) tee.Sig
- func RandomTx(t *testing.T, rng *rand.Rand) *tee.Transaction
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTx ¶
func NewTx(rng *rand.Rand) *tee.Transaction
NewTx creates a new unsigned random transaction.
func NewTxFromTo ¶
NewTxFromTo creates a new unsigned transaction from a random sender to another random recipient.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.