Documentation ¶
Index ¶
- func ConstructSingedTxEnv(chainID string, ccName string, pResponse *pb.Response, ...) (*common.Envelope, string, error)
- func ConstructSingedTxEnvWithDefaultSigner(chainID, ccName string, response *pb.Response, simulationResults []byte, ...) (*common.Envelope, string, error)
- func ConstructUnsingedTxEnv(chainID string, ccName string, response *pb.Response, simulationResults []byte, ...) (*common.Envelope, string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConstructSingedTxEnv ¶
func ConstructSingedTxEnv(chainID string, ccName string, pResponse *pb.Response, simulationResults []byte, events []byte, visibility []byte, signer msp.SigningIdentity) (*common.Envelope, string, error)
ConstructSingedTxEnv constructs a transaction envelop for tests
func ConstructSingedTxEnvWithDefaultSigner ¶
func ConstructSingedTxEnvWithDefaultSigner(chainID, ccName string, response *pb.Response, simulationResults []byte, events []byte, visibility []byte) (*common.Envelope, string, error)
ConstructSingedTxEnvWithDefaultSigner constructs a transaction envelop for tests with a default signer. This method helps other modules to construct a transaction with supplied parameters
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.