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

Parameters

ParameterTypeDescription
propsSendEvmTransactionButtonPropsThe props for the SendEvmTransactionButton component.

Returns

Element The rendered component.