Result_CVec_CVec_u8ZZNoneZ |
Result_CVec_CVec_u8ZZNoneZ.clone() |
Creates a new CResult_CVec_CVec_u8ZZNoneZ which has the same data as `orig`
but with all dynamically-allocated buffers duplicated in new buffers.
|
static Result_CVec_CVec_u8ZZNoneZ |
Result_CVec_CVec_u8ZZNoneZ.err() |
Creates a new CResult_CVec_CVec_u8ZZNoneZ in the error state.
|
static Result_CVec_CVec_u8ZZNoneZ |
Result_CVec_CVec_u8ZZNoneZ.ok(byte[][] o) |
Creates a new CResult_CVec_CVec_u8ZZNoneZ in the success state.
|
Result_CVec_CVec_u8ZZNoneZ |
InMemorySigner.sign_counterparty_payment_input(byte[] spend_tx,
long input_idx,
StaticPaymentOutputDescriptor descriptor) |
Sign the single input of spend_tx at index `input_idx` which spends the output
described by descriptor, returning the witness stack for the input.
|
Result_CVec_CVec_u8ZZNoneZ |
InMemorySigner.sign_dynamic_p2wsh_input(byte[] spend_tx,
long input_idx,
DelayedPaymentOutputDescriptor descriptor) |
Sign the single input of spend_tx at index `input_idx` which spends the output
described by descriptor, returning the witness stack for the input.
|