pub trait SignAndSendTransactionOutput {
// Required method
fn signature(&self) -> &Byte64Array;
}Expand description
Input should be the same as SignTransactionInput
pub trait SignAndSendTransactionOutput {
// Required method
fn signature(&self) -> &Byte64Array;
}Input should be the same as SignTransactionInput