pub struct RaydiumAmmV4Initialize2Event {Show 26 fields
pub metadata: EventMetadata,
pub nonce: u8,
pub open_time: u64,
pub init_pc_amount: u64,
pub init_coin_amount: u64,
pub token_program: Pubkey,
pub spl_associated_token_account: Pubkey,
pub system_program: Pubkey,
pub rent: Pubkey,
pub amm: Pubkey,
pub amm_authority: Pubkey,
pub amm_open_orders: Pubkey,
pub lp_mint: Pubkey,
pub coin_mint: Pubkey,
pub pc_mint: Pubkey,
pub pool_coin_token_account: Pubkey,
pub pool_pc_token_account: Pubkey,
pub pool_withdraw_queue: Pubkey,
pub amm_target_orders: Pubkey,
pub pool_temp_lp: Pubkey,
pub serum_program: Pubkey,
pub serum_market: Pubkey,
pub user_wallet: Pubkey,
pub user_token_coin: Pubkey,
pub user_token_pc: Pubkey,
pub user_lp_token_account: Pubkey,
}
Expand description
Raydium AMM V4 Initialize2 Event
Fields§
§metadata: EventMetadata
§nonce: u8
§open_time: u64
§init_pc_amount: u64
§init_coin_amount: u64
§token_program: Pubkey
§spl_associated_token_account: Pubkey
§system_program: Pubkey
§rent: Pubkey
§amm: Pubkey
§amm_open_orders: Pubkey
§lp_mint: Pubkey
§coin_mint: Pubkey
§pc_mint: Pubkey
§pool_coin_token_account: Pubkey
§pool_pc_token_account: Pubkey
§pool_withdraw_queue: Pubkey
§amm_target_orders: Pubkey
§pool_temp_lp: Pubkey
§serum_program: Pubkey
§serum_market: Pubkey
§user_wallet: Pubkey
§user_token_coin: Pubkey
§user_token_pc: Pubkey
§user_lp_token_account: Pubkey
Trait Implementations§
Source§impl Clone for RaydiumAmmV4Initialize2Event
impl Clone for RaydiumAmmV4Initialize2Event
Source§fn clone(&self) -> RaydiumAmmV4Initialize2Event
fn clone(&self) -> RaydiumAmmV4Initialize2Event
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RaydiumAmmV4Initialize2Event
impl Debug for RaydiumAmmV4Initialize2Event
Source§impl<'de> Deserialize<'de> for RaydiumAmmV4Initialize2Event
impl<'de> Deserialize<'de> for RaydiumAmmV4Initialize2Event
Source§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 Freeze for RaydiumAmmV4Initialize2Event
impl RefUnwindSafe for RaydiumAmmV4Initialize2Event
impl Send for RaydiumAmmV4Initialize2Event
impl Sync for RaydiumAmmV4Initialize2Event
impl Unpin for RaydiumAmmV4Initialize2Event
impl UnwindSafe for RaydiumAmmV4Initialize2Event
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request