Hierarchy

Properties

agent?: {
    mint: PublicKeyInput<string>;
    setToken: boolean;
}

Agent configuration. When provided, the transactions will be wrapped in core execute ix for the agent to execute.

Type declaration

  • mint: PublicKeyInput<string>

    Agent NFT mint address

  • setToken: boolean

    Whether to set the token on the agent

launchType: "bondingCurve"
network?: SvmNetwork

Network, defaults to 'solana-mainnet'

quoteMint?: QuoteMintInput

Quote token for the sale. Accepts the friendly name 'SOL' or 'USDC'; the SDK resolves it to the correct mint address for the selected network. Defaults to 'SOL'.

Token metadata

wallet: string | PublicKey<string>

The creator's wallet public key (will sign transactions)

Generated using TypeDoc