Function shares

Source
pub fn shares<T: LazyBalance>(receipt: &T::Receipt) -> Option<T::Asset>
Expand description

Returns the total shares provided for the receipt.

LazyBalance::Receipt virtual field: shares

Internally resolved from the discriminant ReceiptAsset field at index 1.