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 ¶ added in v1.0.0
func NewAuthProofSignature(t *testing.T, txo *types.TransactionOrder, signer abcrypto.Signer) []byte
NewAuthProofSignature creates a P2PKH predicate signature for AuthProof.
func NewFeeProofSignature ¶ added in v1.0.0
NewFeeProofSignature creates a P2PKH fee predicate signature for FeeProof.
func NewP2pkhSignature ¶ added in v1.0.0
func NewStateLockProofSignature ¶ added in v1.0.0
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.