(cherry picked from commit 67ed44c007
)
Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
This commit is contained in:
@ -59,8 +59,8 @@ pub struct TransactionStatusMeta {
|
|||||||
pub post_balances: ::std::vec::Vec<u64>,
|
pub post_balances: ::std::vec::Vec<u64>,
|
||||||
#[prost(message, repeated, tag = "5")]
|
#[prost(message, repeated, tag = "5")]
|
||||||
pub inner_instructions: ::std::vec::Vec<InnerInstructions>,
|
pub inner_instructions: ::std::vec::Vec<InnerInstructions>,
|
||||||
#[prost(message, repeated, tag = "6")]
|
#[prost(string, repeated, tag = "6")]
|
||||||
pub log_messages: ::std::vec::Vec<String>,
|
pub log_messages: ::std::vec::Vec<std::string::String>,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
pub struct TransactionError {
|
pub struct TransactionError {
|
||||||
|
@ -40,6 +40,7 @@ message TransactionStatusMeta {
|
|||||||
repeated uint64 pre_balances = 3;
|
repeated uint64 pre_balances = 3;
|
||||||
repeated uint64 post_balances = 4;
|
repeated uint64 post_balances = 4;
|
||||||
repeated InnerInstructions inner_instructions = 5;
|
repeated InnerInstructions inner_instructions = 5;
|
||||||
|
repeated string log_messages = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
message TransactionError {
|
message TransactionError {
|
||||||
|
Reference in New Issue
Block a user