FundOutflowsV1InstructionAccounts: {
    bucket: PublicKey | Pda;
    bucketSigner?: PublicKey | Pda;
    feeWallet?: PublicKey | Pda;
    genesisAccount?: PublicKey | Pda;
    mint: PublicKey | Pda;
    systemProgram?: PublicKey | Pda;
}

Type declaration

  • bucket: PublicKey | Pda

    The address of the outflow bucket

  • Optional bucketSigner?: PublicKey | Pda

    The bucket signer PDA for SOL transfers (Raydium buckets only)

  • Optional feeWallet?: PublicKey | Pda

    The wallet where fees are sent

  • Optional genesisAccount?: PublicKey | Pda

    The address of the genesis account

  • mint: PublicKey | Pda

    The address of the mint account

  • Optional systemProgram?: PublicKey | Pda

    The system program

Generated using TypeDoc