Struct bee_rest_api::types::responses::OutputResponse [−][src]
pub struct OutputResponse {
pub message_id: String,
pub transaction_id: String,
pub output_index: u16,
pub is_spent: bool,
pub output: OutputDto,
pub ledger_index: u32,
}Expand description
Response of GET /api/v1/outputs/{output_id}. Returns all information about a specific output.
Fields
message_id: Stringtransaction_id: Stringoutput_index: u16is_spent: booloutput: OutputDtoledger_index: u32Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for OutputResponse
impl Send for OutputResponse
impl Sync for OutputResponse
impl Unpin for OutputResponse
impl UnwindSafe for OutputResponse
Blanket Implementations
Mutably borrows from an owned value. Read more