Coda by Ian Macalinao
    Preparing search index...

    The runtime values passed to validate, keyed by the field name a rule expects (e.g. the destination address, amount, or a Merkle proof).

    type Payload = {
        map: Map<string, PayloadType>;
    }
    Index

    Properties

    Properties

    map: Map<string, PayloadType>

    Field name to typed value expected by the operation's rules.