rialo-http-call-interface 0.1.6

Instructions and constructors for the http call program
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) Subzero Labs, Inc.
// SPDX-License-Identifier: Apache-2.0

//! The Subscriber program interface.

pub mod instruction;

// Default compute units for the http_post program
pub const DEFAULT_COMPUTE_UNITS: u64 = 750;

rialo_s_pubkey::declare_id!("HttpCa1111111111111111111111111111111111111");