Struct emulator_connect::CTVAvailable [−][src]
pub struct CTVAvailable;Expand description
a type tag that can be tossed inside an Arc to get CTV
Trait Implementations
For a given transaction hash, gets the corresponding Clause that the Emulator would satisfy. Read more
pub fn sign(
&self,
b: PartiallySignedTransaction
) -> Result<PartiallySignedTransaction, EmulatorError>
pub fn sign(
&self,
b: PartiallySignedTransaction
) -> Result<PartiallySignedTransaction, EmulatorError>
Adds the Emulators signature to the PSBT, if any.