Skip to main content

README

Index

MemberDescription
TestPublicKey-
Transaction-
ActionStates-
FeePayerSpecAllows you to specify information about the fee payer account and the transaction.
IncludedTransactionRepresents a transaction that has been successfully included in a block.
NetworkConstants-
PendingTransactionRepresents a transaction that has been submitted to the blockchain but has not yet reached a final state.
PendingTransactionPromiseA Promise<PendingTransaction> with an additional wait method, which calls
PendingTransactionStatus-
RejectedTransactionRepresents a transaction that has been rejected and not included in a blockchain block.
TestPublicKey-
TransactionDefines the structure and operations associated with a transaction.
activeInstance-
LocalBlockchainA mock Mina blockchain running locally and useful for testing.
NetworkRepresents the Mina blockchain running on a real network
TestPublicKey-
currentSlot-
currentTransaction-
faucetRequests the testnet faucet to fund a public key.
fetchActions-
fetchEvents-
filterGroups-
getAccount-
getActions-
getBalance-
getNetworkConstants-
getNetworkId-
getNetworkState-
getProofsEnabled-
hasAccountChecks if an account exists within the ledger.
senderReturns the public key of the current transaction's sender account.
setActiveInstanceSet the currently used Mina instance.
transactionConstruct a smart contract transaction. Within the callback passed to this function,
waitForFunding-