> ## Documentation Index
> Fetch the complete documentation index at: https://docs.buckspay.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: SignerKey

# Interface: SignerKey

Defined in: [packages/core/src/types.ts:15](https://github.com/bucks-pay/buckspay-sdk/blob/43ad599d2776cb5d657043c36847b3318093ccf4/packages/core/src/types.ts#L15)

## Properties

### publicKey

> **publicKey**: `string`

Defined in: [packages/core/src/types.ts:18](https://github.com/bucks-pay/buckspay-sdk/blob/43ad599d2776cb5d657043c36847b3318093ccf4/packages/core/src/types.ts#L18)

ed25519 -> Stellar G-address (StrKey). secp256r1 -> 65-byte uncompressed pubkey, hex.

***

### type

> **type**: `"ed25519"` | `"secp256r1"`

Defined in: [packages/core/src/types.ts:16](https://github.com/bucks-pay/buckspay-sdk/blob/43ad599d2776cb5d657043c36847b3318093ccf4/packages/core/src/types.ts#L16)
