pub type RpcTransactionStatusGetResponse = TransactionStatus;
pub enum RpcTransactionStatusGetResponse { Pending, Included, Unknown, }