# tech.lenooby09.atbloons.transferAcknowledgement

> Published by [lenooby09.twinkers.online](https://lexicon.garden/identity/did:plc:xocoka6dmx74ciqskczoh6ci)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:xocoka6dmx74ciqskczoh6ci/tech.lenooby09.atbloons.transferAcknowledgement)
- [Documentation](https://lexicon.garden/lexicon/did:plc:xocoka6dmx74ciqskczoh6ci/tech.lenooby09.atbloons.transferAcknowledgement/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:xocoka6dmx74ciqskczoh6ci/tech.lenooby09.atbloons.transferAcknowledgement/examples)

## Definitions

### `tech.lenooby09.atbloons.transferAcknowledgement`

**Type**: `record`

Acknowledges one counterpart repository copy of an identical multisig transfer.

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `policy` | `ref` → `com.atproto.repo.strongRef` | Yes |  |
| `createdAt` | `string` (datetime) | Yes |  |
| `networkId` | `string` | Yes |  |
| `accountDid` | `string` (did) | Yes |  |
| `genesisHash` | `string` | Yes |  |
| `ownTransfer` | `ref` → `com.atproto.repo.strongRef` | Yes |  |
| `protocolVersion` | `string` | Yes |  |
| `counterpartTransfer` | `ref` → `com.atproto.repo.strongRef` | Yes |  |

## Raw Schema

```json
{
  "id": "tech.lenooby09.atbloons.transferAcknowledgement",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "networkId",
          "protocolVersion",
          "genesisHash",
          "createdAt",
          "accountDid",
          "policy",
          "ownTransfer",
          "counterpartTransfer"
        ],
        "properties": {
          "policy": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "networkId": {
            "type": "string",
            "maxLength": 64,
            "minLength": 3
          },
          "accountDid": {
            "type": "string",
            "format": "did"
          },
          "genesisHash": {
            "type": "string",
            "maxLength": 64,
            "minLength": 64
          },
          "ownTransfer": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          },
          "protocolVersion": {
            "type": "string",
            "maxLength": 64,
            "knownValues": [
              "v2"
            ]
          },
          "counterpartTransfer": {
            "ref": "com.atproto.repo.strongRef",
            "type": "ref"
          }
        }
      },
      "description": "Acknowledges one counterpart repository copy of an identical multisig transfer."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
