MyCryptoHQ/xmr-core

Can i get the working example of having inputs and outputs of crearting transaction. ?

Opened this issue · 0 comments

export async function create_transaction(
pub_keys: ViewSendKeys,
sec_keys: ViewSendKeys,
dsts: ParsedTarget[],
outputs: Output[],
mix_outs: AmountOutput[] | undefined,
fake_outputs_count: number,
fee_amount: BigInt,
payment_id: Pid,
pid_encrypt: boolean,
destViewKeyPub: string | undefined,
unlock_time: number,
rct: boolean,
nettype: NetType,
hwdev: HWDevice,
)