We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GoPlausible/algorand-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
SDKs:javascript:interfaces:EncodedSubsig.md•455 B
[algosdk](../README.md) / [Exports](../modules.md) / EncodedSubsig
# Interface: EncodedSubsig
## Table of contents
### Properties
- [pk](EncodedSubsig.md#pk)
- [s](EncodedSubsig.md#s)
## Properties
### pk
• **pk**: `Uint8Array`
The public key
#### Defined in
types/transactions/encoded.ts:339
___
### s
• `Optional` **s**: `Uint8Array`
The signature provided by the public key, if any
#### Defined in
types/transactions/encoded.ts:344