pub struct HeightActivityBucketBuilder { /* private fields */ }
Expand description
Account activity bucket.
Implementations§
Source§impl HeightActivityBucketBuilder
impl HeightActivityBucketBuilder
Sourcepub fn from_binary(_bytes: &[u8]) -> Self
pub fn from_binary(_bytes: &[u8]) -> Self
Creates an instance of HeightActivityBucketBuilder from binary payload. payload: Byte payload to use to serialize the object.
§Returns
A HeightActivityBucketBuilder.
Sourcepub fn get_start_height(&self) -> ImportanceHeightDto
pub fn get_start_height(&self) -> ImportanceHeightDto
Sourcepub fn get_total_fees_paid(&self) -> AmountDto
pub fn get_total_fees_paid(&self) -> AmountDto
Sourcepub fn get_beneficiary_count(&self) -> u32
pub fn get_beneficiary_count(&self) -> u32
Gets number of times account has been used as a beneficiary.
§Returns
A Number of times account has been used as a beneficiary.
Sourcepub fn get_raw_score(&self) -> u64
pub fn get_raw_score(&self) -> u64
Trait Implementations§
Source§impl Clone for HeightActivityBucketBuilder
impl Clone for HeightActivityBucketBuilder
Source§fn clone(&self) -> HeightActivityBucketBuilder
fn clone(&self) -> HeightActivityBucketBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for HeightActivityBucketBuilder
impl RefUnwindSafe for HeightActivityBucketBuilder
impl Send for HeightActivityBucketBuilder
impl Sync for HeightActivityBucketBuilder
impl Unpin for HeightActivityBucketBuilder
impl UnwindSafe for HeightActivityBucketBuilder
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