From ea8c8cce9d8ee9b8e80eb89e2ea9428554836d9a Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sat, 20 Aug 2022 03:10:57 +0200 Subject: [PATCH] remove nano --- value/value.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/value/value.md b/value/value.md index 3029974..d32faa6 100644 --- a/value/value.md +++ b/value/value.md @@ -450,39 +450,3 @@ One part of the message is the `extension`, a TLV (Type-Length-Value) stream. Ap A community maintained registry of known custom record types and formats, governed by satoshis.stream, can be found at the document [TLV record registry](https://github.com/satoshisstream/satoshis.stream/blob/main/TLV_registry.md). In special, the section _Fields used in customKey / customValue Pairs_ documents the known use cases for the `customKey` and `customValue` attributes. - -#### Nano - -Specification for Value 4 Value integration with the [Nano](https://nano.org) cryptocurrency. - -For the `` tag, the following attributes are applicable: - - `type` (*required*): "nano" - - `method` (*required*): "sendblock" - - `suggested` (*optional*): A float representing the amount in nano (eg. 0.00025) - -For the `` tag, the following attributes MUST be used: - - `type`: "account" - - `address`: \<*destination nano_xxx address*\> - - `split`: \<*the number of shares*\> - -##### Example -***Note:** The following is a made up example, and the accounts shown are for demonstration purposes only.* - -```xml - - - - - - -```