Skip to main content
function SendSolanaTransactionButton(props: SendSolanaTransactionButtonProps): Element;
A button that signs and sends a Solana transaction.

Parameters

ParameterTypeDescription
propsSendSolanaTransactionButtonPropsThe props for the SendSolanaTransactionButton component.

Returns

Element The rendered component.