Skip to main content

Module core

Module core 

Source
Expand description

Core implementations and abstractions for transaction signing mechanisms in the Simplex SDK.

Structs§

Signer
Core interface responsible for managing keys, interfacing with the blockchain provider, assembling descriptors, estimating fees, and finalizing/signing transactions.

Constants§

PLACEHOLDER_FEE
A placeholder dummy fee amount used during transaction estimation.

Traits§

SignerTrait
Common signing interface spanning over standard explicit inputs and Simplicity programs.