sui_
core
0.1.0
AsTx
Required Methods
as_tx
Implementations on Foreign Types
&VerifiedExecutableTransaction
VerifiedExecutableTransaction
Implementors
In sui_
core::
authority::
shared_
object_
version_
manager
sui_core
::
authority
::
shared_object_version_manager
Trait
AsTx
Copy item path
Source
pub trait AsTx { // Required method fn
as_tx
(&self) -> &
VerifiedExecutableTransaction
; }
Required Methods
§
Source
fn
as_tx
(&self) -> &
VerifiedExecutableTransaction
Implementations on Foreign Types
§
Source
§
impl
AsTx
for &
VerifiedExecutableTransaction
Source
§
fn
as_tx
(&self) -> &
VerifiedExecutableTransaction
Source
§
impl
AsTx
for
VerifiedExecutableTransaction
Source
§
fn
as_tx
(&self) -> &
VerifiedExecutableTransaction
Implementors
§