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 'SOL', 'USDC', or a raw mint address string. Defaults to 'SOL'.

Token metadata

wallet: string | PublicKey<string>

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

Generated using TypeDoc