End Drive Verification
Requirements
Example
endVerificationTx, err := client.NewEndDriveVerificationTransaction(
sdk.NewDeadline(time.Hour),
[]*sdk.FailureVerification{
&sdk.FailureVerification{
Replicator: failedReplicator.PublicAccount, // the replicator which failed the verification
BlochHash: &sdk.Hash{}, // hash of the block on which the replicator failed the verification
},
},
)
endVerificationTx.ToAggregate(driveAccount.PublicAccount)