const transferPreApprovalProposal = sdk.userLedger?.createTransferPreapprovalCommand( validatorOperatorParty, //this needs to be sourced from the validator receiver?.partyId, instrumentAdminPartyId )await sdk.userLedger?.prepareSignAndExecuteTransaction( [transferPreApprovalProposal], keyPairReceiver.privateKey, v4())