Function orao_solana_vrf::cpi::update_network

source ยท
pub fn update_network<'a, 'b, 'c, 'info>(
    ctx: CpiContext<'a, 'b, 'c, 'info, UpdateNetwork<'info>>,
    fee: u64,
    config_authority: Pubkey,
    fulfillment_authorities: Vec<Pubkey>,
    token_fee_config: Option<OraoTokenFeeConfig>
) -> Result<()>