package
Version:
v1.1.9
Opens a new window with list of versions in this module.
Published: Feb 24, 2025
License: BSD-3-Clause
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CreateDataType struct {
Name string `json:"name"`
Symbol string `json:"symbol"`
URI string `json:"uri"`
UserAddress solana.PublicKey `json:"user_address"`
BondingCurveAddress solana.PublicKey `json:"bonding_curve_address"`
TokenAddress solana.PublicKey `json:"token_address"`
}
type ExtraDatasType struct {
}
type RemoveLiqTxDataType struct {
TxId string `json:"txid"`
BondingCurveAddress solana.PublicKey `json:"bonding_curve_address"`
TokenAddress solana.PublicKey `json:"token_address"`
FeeInfo *type_.FeeInfo `json:"fee_info"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.