@emurgo/yoroi-lib-core
Advanced tools
Comparing version 0.1.0-alpha.11 to 0.1.0-alpha.12
@@ -73,5 +73,9 @@ import * as WasmContract from './wasm-contract'; | ||
readonly metadata: ReadonlyArray<TxMetadata>; | ||
readonly certificates: WasmContract.Certificates; | ||
readonly withdrawals: WasmContract.Withdrawals; | ||
readonly ttl: number | undefined; | ||
readonly encodedTx: string; | ||
readonly hash: WasmContract.TransactionHash; | ||
sign(keyLevel: number, privateKey: string, stakingKeyWits: Set<string>, metadata: ReadonlyArray<TxMetadata>): Promise<SignedTx>; | ||
} | ||
export declare function genWasmUnsignedTx(wasm: WasmContract.WasmModuleProxy, txBuilder: WasmContract.TransactionBuilder, senderUtxos: CardanoAddressedUtxo[], change: ReadonlyArray<Change>, defaults: DefaultTokenEntry, networkId: number, metadata: ReadonlyArray<TxMetadata>): Promise<WasmUnsignedTx>; |
{ | ||
"name": "@emurgo/yoroi-lib-core", | ||
"version": "0.1.0-alpha.11", | ||
"version": "0.1.0-alpha.12", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
228502
4125