/// The Message. For now, it's the TON Message. Later, it will be adapted to other blockchains.
/// The Message. For now, it's the TON Message. Later, it will be adapted to other blockchains.
/// See [here](https://github.com/ton-blockchain/ton/blob/master/crypto/block/block.tlb) for the full TON message schema (seizure warning) or [here](https://ton.org/docs/#/smart-contracts/messages) for a humane version.
/// See [here](https://github.com/ton-blockchain/ton/blob/master/crypto/block/block.tlb) for the full TON message schema (seizure warning) or [here](https://ton.org/docs/#/smart-contracts/messages) for a humane version.
@ -16,3 +18,57 @@ pub struct Message {
/// Other currencies.
/// Other currencies.
pubamounts: Vec<(String,i64)>,
pubamounts: Vec<(String,i64)>,
}
}
implMessage{
/// Generate a vec of values for checking it with a `ComplexMatcher`