WARNING: This site is a work in progress.
Slot: walletAddress
The wallet address of the buffer pool account.
URI: rfs:walletAddress
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| BufferPoolAccount | Details of the buffer pool account associated with a credit class | no |
Properties
-
Range: String
-
Required: True
-
Regex pattern:
^regen1[0-9a-zA-Z]+$
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | rfs:walletAddress |
| native | rfs:walletAddress |
LinkML Source
```yaml
name: walletAddress
description: The wallet address of the buffer pool account.
from_schema: https://framework.regen.network/schema/
rank: 1000
alias: walletAddress
owner: BufferPoolAccount
domain_of:
- BufferPoolAccount
range: string
required: true
pattern: ^regen1[0-9a-zA-Z]+$
</details>