Returns the timestamp
(&self)
| 325 | |
| 326 | /// Returns the timestamp |
| 327 | pub fn timestamp(&self) -> u64 { |
| 328 | self.attributes().timestamp() |
| 329 | } |
| 330 | |
| 331 | /// Returns the builder attributes. |
| 332 | pub(super) const fn attributes(&self) -> &BasePayloadBuilderAttributes<BaseTransactionSigned> { |