Skip to main content

process_new_nonce

Function process_new_nonce 

Source
pub async fn process_new_nonce(
    rpc_client: &RpcClient,
    config: &CliConfig<'_>,
    nonce_account: &Pubkey,
    nonce_authority: SignerIndex,
    memo: Option<&String>,
    compute_unit_price: Option<u64>,
) -> ProcessResult