AccountCoinQuantity: {
    account?: Account;
    amount: BigNumberish;
    assetId: string;
    changeOutputAccount?: Account;
}