Documentation ¶
Index ¶
- func CreateSignerAndVerifier(t *testing.T) (abcrypto.Signer, abcrypto.Verifier)
- func NewAuthProofSignature(t *testing.T, txo *types.TransactionOrder, signer abcrypto.Signer) []byte
- func NewFeeProofSignature(t *testing.T, txo *types.TransactionOrder, signer abcrypto.Signer) []byte
- func NewP2pkhSignature(t *testing.T, signer abcrypto.Signer, sigBytes []byte) []byte
- func NewStateLockProofSignature(t *testing.T, txo *types.TransactionOrder, signer abcrypto.Signer) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSignerAndVerifier ¶
func NewAuthProofSignature ¶
func NewAuthProofSignature(t *testing.T, txo *types.TransactionOrder, signer abcrypto.Signer) []byte
NewAuthProofSignature creates a P2PKH predicate signature for AuthProof.
func NewFeeProofSignature ¶
NewFeeProofSignature creates a P2PKH fee predicate signature for FeeProof.
func NewP2pkhSignature ¶
func NewStateLockProofSignature ¶
func NewStateLockProofSignature(t *testing.T, txo *types.TransactionOrder, signer abcrypto.Signer) []byte
NewStateLockProofSignature creates a P2PKH fee predicate signature for StateLock.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.