fuel_tx

Trait PrepareSign

source
pub trait PrepareSign {
    // Required method
    fn prepare_sign(&mut self);
}
Expand description

Prepares transaction for signing.

Required Methods§

source

fn prepare_sign(&mut self)

Prepares transaction for signing zeroing required fields.

Implementors§

source§

impl PrepareSign for BlobBody

source§

impl PrepareSign for UpgradeBody

source§

impl PrepareSign for UploadBody

source§

impl<Body, MetadataBody> PrepareSign for ChargeableTransaction<Body, MetadataBody>
where Body: BodyConstraints + PrepareSign, Self: ChargeableBody<Body>,