Expand description
Utils for action builders.
Re-exports§
pub use self::oracle::FeedAddressMap;
pub use self::oracle::FeedIds;
pub use self::oracle::PostPullOraclePrices;
pub use self::oracle::PriceUpdateInstructions;
pub use self::oracle::PullOracle;
pub use self::oracle::PullOraclePriceConsumer;
pub use self::oracle::WithPullOracle;
Modules§
- estimate_
fee - Estimate Execution Fee.
- oracle
- Set Oracle Price Feed.
- surround
- Surround transaction.
Structs§
- Bundle
Builder - Buidler for transaction bundle.
- Bundle
Options - Bundle Options.
- Estimate
Fee - Estimate Execution Fee.
- Once
Make Bundle Builder - Make bundle builder that can only be used once.
- Surround
- Surround transaction.
Traits§
- Make
Bundle Builder - Builder for
BundleBuilder
s. - Make
Bundle Builder Ext - Extension trait for
MakeBundleBuilder
. - SetExecution
Fee - Set Execution Fee.
Functions§
- once_
make_ bundle - Create a
MakeBundleBuilder
from aBundleBuilder
.