Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise an issue: Add pub timestamp: u64 to struct EnhancedTransaction. #17

Closed
cpkt9762 opened this issue Mar 2, 2024 · 1 comment · Fixed by #18
Closed

Raise an issue: Add pub timestamp: u64 to struct EnhancedTransaction. #17

cpkt9762 opened this issue Mar 2, 2024 · 1 comment · Fixed by #18
Assignees

Comments

@cpkt9762
Copy link
Collaborator

cpkt9762 commented Mar 2, 2024

selene-helius-sdk\src\api\types\enhanced.rs
pub struct EnhancedTransaction {
pub account_data: Vec,
pub description: String,
#[serde(rename = "type")]
pub transaction_type: TransactionType,
pub source: Source,
pub fee: i32,
pub fee_payer: String,
pub signature: String,
pub slot: i32,
pub timestamp: u64,
pub native_transfers: Option<Vec>,
pub token_transfers: Option<Vec>,
pub transaction_error: Option,
pub instructions: Vec,
pub events: TransactionEvent,
}

.......
{"accounts":.....],
"nativeTransfers":[.........],
"signature":"5e5U2qDg4hFkUCckgZkrDz8uBr6mj2JfMn68Sobp9dYLHWBm12KCBmgUpuwMeDZvEE6vDrg67qp1JLqg69zwYruB",
"slot":250617062,
"source":"RAYDIUM",
"timestamp":1708969765,
"tokenTransfers":[.......],
"transactionError":null,
"type":"CREATE_POOL"}

@dougEfresh
Copy link
Owner

@cpkt9762 0.2.2 is publish

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants