pub struct ValidatedPreviewIntent {
pub intent: PreparedIntentV1,
pub encoded_instructions: Vec<u8>,
pub signer_public_keys: Vec<PublicKey>,
pub flags: PreviewFlags,
}
Fields§
§intent: PreparedIntentV1
§encoded_instructions: Vec<u8>
§signer_public_keys: Vec<PublicKey>
§flags: PreviewFlags
Implementations§
Source§impl ValidatedPreviewIntent
impl ValidatedPreviewIntent
pub fn create_executable(self) -> ExecutableTransaction
Auto Trait Implementations§
impl Freeze for ValidatedPreviewIntent
impl RefUnwindSafe for ValidatedPreviewIntent
impl Send for ValidatedPreviewIntent
impl Sync for ValidatedPreviewIntent
impl Unpin for ValidatedPreviewIntent
impl UnwindSafe for ValidatedPreviewIntent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more