pub struct ArweaveSigner { /* private fields */ }
Implementations§
Source§impl ArweaveSigner
impl ArweaveSigner
pub fn from_keypair_path(keypair_path: PathBuf) -> Result<Self, BundlerError>
Trait Implementations§
Source§impl Signer for ArweaveSigner
impl Signer for ArweaveSigner
Auto Trait Implementations§
impl Freeze for ArweaveSigner
impl RefUnwindSafe for ArweaveSigner
impl Send for ArweaveSigner
impl Sync for ArweaveSigner
impl Unpin for ArweaveSigner
impl UnwindSafe for ArweaveSigner
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